{
  "type": "File",
  "start": 0,
  "end": 2634,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 93,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 2634,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 93,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 14,
        "end": 54,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 40
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 20,
            "end": 53,
            "loc": {
              "start": {
                "line": 2,
                "column": 6
              },
              "end": {
                "line": 2,
                "column": 39
              }
            },
            "id": {
              "type": "ObjectPattern",
              "start": 20,
              "end": 26,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 6
                },
                "end": {
                  "line": 2,
                  "column": 12
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 21,
                  "end": 25,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 7
                    },
                    "end": {
                      "line": 2,
                      "column": 11
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 21,
                    "end": 25,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 7
                      },
                      "end": {
                        "line": 2,
                        "column": 11
                      },
                      "identifierName": "fork"
                    },
                    "name": "fork"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 21,
                    "end": 25,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 7
                      },
                      "end": {
                        "line": 2,
                        "column": 11
                      },
                      "identifierName": "fork"
                    },
                    "name": "fork"
                  },
                  "extra": {
                    "shorthand": true
                  }
                }
              ]
            },
            "init": {
              "type": "CallExpression",
              "start": 29,
              "end": 53,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 15
                },
                "end": {
                  "line": 2,
                  "column": 39
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 29,
                "end": 36,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 15
                  },
                  "end": {
                    "line": 2,
                    "column": 22
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 37,
                  "end": 52,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 38
                    }
                  },
                  "extra": {
                    "rawValue": "child_process",
                    "raw": "'child_process'"
                  },
                  "value": "child_process"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 55,
        "end": 92,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 61,
            "end": 91,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 61,
              "end": 69,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 14
                },
                "identifierName": "chokidar"
              },
              "name": "chokidar"
            },
            "init": {
              "type": "CallExpression",
              "start": 72,
              "end": 91,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 17
                },
                "end": {
                  "line": 3,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 72,
                "end": 79,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 24
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 80,
                  "end": 90,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 25
                    },
                    "end": {
                      "line": 3,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "chokidar",
                    "raw": "'chokidar'"
                  },
                  "value": "chokidar"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 93,
        "end": 122,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 99,
            "end": 121,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 99,
              "end": 103,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 10
                },
                "identifierName": "path"
              },
              "name": "path"
            },
            "init": {
              "type": "CallExpression",
              "start": 106,
              "end": 121,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 106,
                "end": 113,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 4,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 114,
                  "end": 120,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 21
                    },
                    "end": {
                      "line": 4,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "path",
                    "raw": "'path'"
                  },
                  "value": "path"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 123,
        "end": 162,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 39
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 129,
            "end": 161,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 38
              }
            },
            "id": {
              "type": "Identifier",
              "start": 129,
              "end": 141,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 18
                },
                "identifierName": "EventEmitter"
              },
              "name": "EventEmitter"
            },
            "init": {
              "type": "CallExpression",
              "start": 144,
              "end": 161,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 21
                },
                "end": {
                  "line": 5,
                  "column": 38
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 144,
                "end": 151,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 21
                  },
                  "end": {
                    "line": 5,
                    "column": 28
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 152,
                  "end": 160,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 29
                    },
                    "end": {
                      "line": 5,
                      "column": 37
                    }
                  },
                  "extra": {
                    "rawValue": "events",
                    "raw": "'events'"
                  },
                  "value": "events"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 163,
        "end": 215,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 52
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 169,
            "end": 214,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 51
              }
            },
            "id": {
              "type": "ObjectPattern",
              "start": 169,
              "end": 198,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 35
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 170,
                  "end": 182,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 7
                    },
                    "end": {
                      "line": 6,
                      "column": 19
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 170,
                    "end": 182,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 7
                      },
                      "end": {
                        "line": 6,
                        "column": 19
                      },
                      "identifierName": "readFileSync"
                    },
                    "name": "readFileSync"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 170,
                    "end": 182,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 7
                      },
                      "end": {
                        "line": 6,
                        "column": 19
                      },
                      "identifierName": "readFileSync"
                    },
                    "name": "readFileSync"
                  },
                  "extra": {
                    "shorthand": true
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 184,
                  "end": 197,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 21
                    },
                    "end": {
                      "line": 6,
                      "column": 34
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 184,
                    "end": 197,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 21
                      },
                      "end": {
                        "line": 6,
                        "column": 34
                      },
                      "identifierName": "writeFileSync"
                    },
                    "name": "writeFileSync"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 184,
                    "end": 197,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 21
                      },
                      "end": {
                        "line": 6,
                        "column": 34
                      },
                      "identifierName": "writeFileSync"
                    },
                    "name": "writeFileSync"
                  },
                  "extra": {
                    "shorthand": true
                  }
                }
              ]
            },
            "init": {
              "type": "CallExpression",
              "start": 201,
              "end": 214,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 38
                },
                "end": {
                  "line": 6,
                  "column": 51
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 201,
                "end": 208,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 38
                  },
                  "end": {
                    "line": 6,
                    "column": 45
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 209,
                  "end": 213,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 46
                    },
                    "end": {
                      "line": 6,
                      "column": 50
                    }
                  },
                  "extra": {
                    "rawValue": "fs",
                    "raw": "'fs'"
                  },
                  "value": "fs"
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " const {merge} = require('lodash');",
            "start": 216,
            "end": 253,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 37
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 254,
        "end": 294,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 40
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 260,
            "end": 293,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 39
              }
            },
            "id": {
              "type": "Identifier",
              "start": 260,
              "end": 266,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 12
                },
                "identifierName": "logger"
              },
              "name": "logger",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 269,
              "end": 293,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 39
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 269,
                "end": 276,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 22
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 277,
                  "end": 292,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 23
                    },
                    "end": {
                      "line": 8,
                      "column": 38
                    }
                  },
                  "extra": {
                    "rawValue": "backed-logger",
                    "raw": "'backed-logger'"
                  },
                  "value": "backed-logger"
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " const {merge} = require('lodash');",
            "start": 216,
            "end": 253,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 37
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 295,
        "end": 360,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 301,
            "end": 359,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 11,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 301,
              "end": 305,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 10
                },
                "identifierName": "time"
              },
              "name": "time"
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 308,
              "end": 359,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 13
                },
                "end": {
                  "line": 11,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 301,
                "end": 305,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 6
                  },
                  "end": {
                    "line": 9,
                    "column": 10
                  },
                  "identifierName": "time"
                },
                "name": "time"
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 314,
                "end": 359,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 19
                  },
                  "end": {
                    "line": 11,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 318,
                    "end": 357,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 2
                      },
                      "end": {
                        "line": 10,
                        "column": 41
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 325,
                      "end": 356,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 9
                        },
                        "end": {
                          "line": 10,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 325,
                        "end": 354,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 9
                          },
                          "end": {
                            "line": 10,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "NewExpression",
                          "start": 325,
                          "end": 335,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 9
                            },
                            "end": {
                              "line": 10,
                              "column": 19
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 329,
                            "end": 333,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 17
                              },
                              "identifierName": "Date"
                            },
                            "name": "Date"
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 336,
                          "end": 354,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 20
                            },
                            "end": {
                              "line": 10,
                              "column": 38
                            },
                            "identifierName": "toLocaleTimeString"
                          },
                          "name": "toLocaleTimeString"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": []
              }
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 361,
        "end": 372,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 11
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 365,
            "end": 371,
            "loc": {
              "start": {
                "line": 12,
                "column": 4
              },
              "end": {
                "line": 12,
                "column": 10
              }
            },
            "id": {
              "type": "Identifier",
              "start": 365,
              "end": 371,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 10
                },
                "identifierName": "worker"
              },
              "name": "worker"
            },
            "init": null
          }
        ],
        "kind": "let",
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @extends EventEmitter\n ",
            "start": 374,
            "end": 406,
            "loc": {
              "start": {
                "line": 14,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 407,
        "end": 2603,
        "loc": {
          "start": {
            "line": 17,
            "column": 0
          },
          "end": {
            "line": 91,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 413,
          "end": 420,
          "loc": {
            "start": {
              "line": 17,
              "column": 6
            },
            "end": {
              "line": 17,
              "column": 13
            },
            "identifierName": "Watcher"
          },
          "name": "Watcher",
          "leadingComments": null
        },
        "superClass": {
          "type": "Identifier",
          "start": 429,
          "end": 441,
          "loc": {
            "start": {
              "line": 17,
              "column": 22
            },
            "end": {
              "line": 17,
              "column": 34
            },
            "identifierName": "EventEmitter"
          },
          "name": "EventEmitter"
        },
        "body": {
          "type": "ClassBody",
          "start": 442,
          "end": 2603,
          "loc": {
            "start": {
              "line": 17,
              "column": 35
            },
            "end": {
              "line": 91,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 502,
              "end": 1292,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 2
                },
                "end": {
                  "line": 46,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 502,
                "end": 507,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 2
                  },
                  "end": {
                    "line": 22,
                    "column": 7
                  },
                  "identifierName": "watch"
                },
                "name": "watch",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 508,
                  "end": 514,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 8
                    },
                    "end": {
                      "line": 22,
                      "column": 14
                    },
                    "identifierName": "config"
                  },
                  "name": "config"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 516,
                "end": 1292,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 16
                  },
                  "end": {
                    "line": 46,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 522,
                    "end": 1288,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 4
                      },
                      "end": {
                        "line": 45,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 529,
                      "end": 1287,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 11
                        },
                        "end": {
                          "line": 45,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 533,
                        "end": 540,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 15
                          },
                          "end": {
                            "line": 23,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 541,
                          "end": 1286,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 23
                            },
                            "end": {
                              "line": 45,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 542,
                              "end": 549,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 24
                                },
                                "end": {
                                  "line": 23,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 551,
                              "end": 557,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 33
                                },
                                "end": {
                                  "line": 23,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 562,
                            "end": 1286,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 44
                              },
                              "end": {
                                "line": 45,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 570,
                                "end": 727,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 574,
                                  "end": 587,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 23
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 575,
                                    "end": 587,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 575,
                                      "end": 581,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 17
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 582,
                                      "end": 587,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 23
                                        },
                                        "identifierName": "watch"
                                      },
                                      "name": "watch"
                                    },
                                    "computed": false
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 589,
                                  "end": 727,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 599,
                                      "end": 631,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 40
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 599,
                                        "end": 630,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 39
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 599,
                                          "end": 610,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 599,
                                            "end": 605,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 14
                                              },
                                              "identifierName": "logger"
                                            },
                                            "name": "logger"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 606,
                                            "end": 610,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 19
                                              },
                                              "identifierName": "warn"
                                            },
                                            "name": "warn"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 611,
                                            "end": 629,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 38
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "nothing to watch",
                                              "raw": "'nothing to watch'"
                                            },
                                            "value": "nothing to watch"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 640,
                                      "end": 667,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 35
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 640,
                                        "end": 666,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 34
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 640,
                                          "end": 646,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 14
                                            },
                                            "identifierName": "reject"
                                          },
                                          "name": "reject"
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 647,
                                            "end": 665,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 33
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "nothing to watch",
                                              "raw": "'nothing to watch'"
                                            },
                                            "value": "nothing to watch"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 676,
                                      "end": 719,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 51
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 683,
                                        "end": 718,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 50
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 683,
                                          "end": 695,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 683,
                                            "end": 690,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 22
                                              },
                                              "identifierName": "process"
                                            },
                                            "name": "process"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 691,
                                            "end": 695,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 27
                                              },
                                              "identifierName": "kill"
                                            },
                                            "name": "kill"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 696,
                                            "end": 707,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 696,
                                              "end": 703,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 35
                                                },
                                                "identifierName": "process"
                                              },
                                              "name": "process"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 704,
                                              "end": 707,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 39
                                                },
                                                "identifierName": "pid"
                                              },
                                              "name": "pid"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 709,
                                            "end": 717,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 49
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "SIGINT",
                                              "raw": "'SIGINT'"
                                            },
                                            "value": "SIGINT"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 734,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 34
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 734,
                                  "end": 761,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 33
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 734,
                                    "end": 745,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 734,
                                      "end": 738,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 739,
                                      "end": 745,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 17
                                        },
                                        "identifierName": "server"
                                      },
                                      "name": "server"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 748,
                                    "end": 761,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 748,
                                      "end": 754,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 26
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 755,
                                      "end": 761,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 33
                                        },
                                        "identifierName": "server"
                                      },
                                      "name": "server"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 769,
                                "end": 801,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 38
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 769,
                                  "end": 800,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 769,
                                    "end": 787,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 769,
                                      "end": 773,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 774,
                                      "end": 787,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 24
                                        },
                                        "identifierName": "configureDemo"
                                      },
                                      "name": "configureDemo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 788,
                                      "end": 799,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 788,
                                        "end": 792,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 793,
                                        "end": 799,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 36
                                          },
                                          "identifierName": "server"
                                        },
                                        "name": "server"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 809,
                                "end": 886,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 809,
                                  "end": 885,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 82
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 809,
                                    "end": 819,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 809,
                                      "end": 815,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 12
                                        },
                                        "identifierName": "logger"
                                      },
                                      "name": "logger"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 816,
                                      "end": 819,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 16
                                        },
                                        "identifierName": "log"
                                      },
                                      "name": "log"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "start": 820,
                                      "end": 884,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 81
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "start": 824,
                                          "end": 830,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 27
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 824,
                                            "end": 828,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 25
                                              },
                                              "identifierName": "time"
                                            },
                                            "name": "time"
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 835,
                                          "end": 882,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 79
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 835,
                                            "end": 848,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 835,
                                              "end": 841,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 38
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 842,
                                              "end": 848,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 45
                                                },
                                                "identifierName": "_chalk"
                                              },
                                              "name": "_chalk"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 849,
                                              "end": 873,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 70
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Starting initial build",
                                                "raw": "'Starting initial build'"
                                              },
                                              "value": "Starting initial build"
                                            },
                                            {
                                              "type": "StringLiteral",
                                              "start": 875,
                                              "end": 881,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 78
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "cyan",
                                                "raw": "'cyan'"
                                              },
                                              "value": "cyan"
                                            }
                                          ]
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 821,
                                          "end": 822,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 19
                                            }
                                          },
                                          "value": {
                                            "raw": "[",
                                            "cooked": "["
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 831,
                                          "end": 833,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 30
                                            }
                                          },
                                          "value": {
                                            "raw": "] ",
                                            "cooked": "] "
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 883,
                                          "end": 883,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 80
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 893,
                                "end": 916,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 29
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 893,
                                  "end": 915,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 28
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 893,
                                    "end": 907,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 893,
                                      "end": 897,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 898,
                                      "end": 907,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 20
                                        },
                                        "identifierName": "runWorker"
                                      },
                                      "name": "runWorker"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 908,
                                      "end": 914,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 27
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 924,
                                "end": 1005,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 87
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 924,
                                  "end": 1004,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 86
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 924,
                                    "end": 934,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 924,
                                      "end": 930,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "identifierName": "logger"
                                      },
                                      "name": "logger"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 931,
                                      "end": 934,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 16
                                        },
                                        "identifierName": "log"
                                      },
                                      "name": "log"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "start": 935,
                                      "end": 1003,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 85
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "start": 939,
                                          "end": 945,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 27
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 939,
                                            "end": 943,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 25
                                              },
                                              "identifierName": "time"
                                            },
                                            "name": "time"
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 950,
                                          "end": 1001,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 83
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 950,
                                            "end": 963,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 950,
                                              "end": 956,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 38
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 957,
                                              "end": 963,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 45
                                                },
                                                "identifierName": "_chalk"
                                              },
                                              "name": "_chalk"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 964,
                                              "end": 992,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 74
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Watching files for changes",
                                                "raw": "'Watching files for changes'"
                                              },
                                              "value": "Watching files for changes"
                                            },
                                            {
                                              "type": "StringLiteral",
                                              "start": 994,
                                              "end": 1000,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 82
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "cyan",
                                                "raw": "'cyan'"
                                              },
                                              "value": "cyan"
                                            }
                                          ]
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 936,
                                          "end": 937,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 19
                                            }
                                          },
                                          "value": {
                                            "raw": "[",
                                            "cooked": "["
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 946,
                                          "end": 948,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 30
                                            }
                                          },
                                          "value": {
                                            "raw": "] ",
                                            "cooked": "] "
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 1002,
                                          "end": 1002,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 84
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 1013,
                                "end": 1031,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 24
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 1017,
                                    "end": 1030,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 23
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 1017,
                                      "end": 1025,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 18
                                        },
                                        "identifierName": "watchers"
                                      },
                                      "name": "watchers"
                                    },
                                    "init": {
                                      "type": "ObjectExpression",
                                      "start": 1028,
                                      "end": 1030,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 23
                                        }
                                      },
                                      "properties": []
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "ForOfStatement",
                                "start": 1038,
                                "end": 1260,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 7
                                  }
                                },
                                "left": {
                                  "type": "VariableDeclaration",
                                  "start": 1043,
                                  "end": 1052,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 20
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1047,
                                      "end": 1052,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 20
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1047,
                                        "end": 1052,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 20
                                          },
                                          "identifierName": "watch"
                                        },
                                        "name": "watch"
                                      },
                                      "init": null
                                    }
                                  ],
                                  "kind": "let"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1056,
                                  "end": 1068,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1056,
                                    "end": 1062,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 30
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1063,
                                    "end": 1068,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 36
                                      },
                                      "identifierName": "watch"
                                    },
                                    "name": "watch"
                                  },
                                  "computed": false
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1070,
                                  "end": 1260,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1080,
                                      "end": 1144,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 72
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1080,
                                        "end": 1143,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 71
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1080,
                                          "end": 1100,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1080,
                                            "end": 1088,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 16
                                              },
                                              "identifierName": "watchers"
                                            },
                                            "name": "watchers"
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 1089,
                                            "end": 1099,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1089,
                                              "end": 1094,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 22
                                                },
                                                "identifierName": "watch"
                                              },
                                              "name": "watch"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1095,
                                              "end": 1099,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 27
                                                },
                                                "identifierName": "task"
                                              },
                                              "name": "task"
                                            },
                                            "computed": false
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1103,
                                          "end": 1143,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 71
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1103,
                                            "end": 1117,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1103,
                                              "end": 1111,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 39
                                                },
                                                "identifierName": "chokidar"
                                              },
                                              "name": "chokidar"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1112,
                                              "end": 1117,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 45
                                                },
                                                "identifierName": "watch"
                                              },
                                              "name": "watch"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1118,
                                              "end": 1127,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 55
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1118,
                                                "end": 1123,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 51
                                                  },
                                                  "identifierName": "watch"
                                                },
                                                "name": "watch"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1124,
                                                "end": 1127,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 55
                                                  },
                                                  "identifierName": "src"
                                                },
                                                "name": "src"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 1129,
                                              "end": 1142,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 70
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1129,
                                                "end": 1134,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 62
                                                  },
                                                  "identifierName": "watch"
                                                },
                                                "name": "watch"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1135,
                                                "end": 1142,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 70
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1153,
                                      "end": 1252,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1153,
                                        "end": 1251,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1153,
                                          "end": 1176,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1153,
                                            "end": 1173,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1153,
                                              "end": 1161,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 16
                                                },
                                                "identifierName": "watchers"
                                              },
                                              "name": "watchers"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 1162,
                                              "end": 1172,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1162,
                                                "end": 1167,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 22
                                                  },
                                                  "identifierName": "watch"
                                                },
                                                "name": "watch"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1168,
                                                "end": 1172,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 27
                                                  },
                                                  "identifierName": "task"
                                                },
                                                "name": "task"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1174,
                                            "end": 1176,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 31
                                              },
                                              "identifierName": "on"
                                            },
                                            "name": "on"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 1177,
                                            "end": 1185,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 40
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "change",
                                              "raw": "'change'"
                                            },
                                            "value": "change"
                                          },
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 1187,
                                            "end": 1250,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1193,
                                              "end": 1250,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1205,
                                                  "end": 1240,
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 45
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1205,
                                                    "end": 1239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 44
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1205,
                                                      "end": 1219,
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 24
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 1205,
                                                        "end": 1209,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 14
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1210,
                                                        "end": 1219,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 24
                                                          },
                                                          "identifierName": "runWorker"
                                                        },
                                                        "name": "runWorker"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 1220,
                                                        "end": 1230,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1220,
                                                          "end": 1225,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 30
                                                            },
                                                            "identifierName": "watch"
                                                          },
                                                          "name": "watch"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1226,
                                                          "end": 1230,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 35
                                                            },
                                                            "identifierName": "task"
                                                          },
                                                          "name": "task"
                                                        },
                                                        "computed": false
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1232,
                                                        "end": 1238,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 43
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": [],
                                  "trailingComments": null
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " resolve();",
                                    "start": 1267,
                                    "end": 1280,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 19
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {object} config {@link Config}\n   ",
                  "start": 447,
                  "end": 499,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 2
                    },
                    "end": {
                      "line": 21,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1296,
              "end": 1835,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 2
                },
                "end": {
                  "line": 63,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1296,
                "end": 1309,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 2
                  },
                  "end": {
                    "line": 48,
                    "column": 15
                  },
                  "identifierName": "configureDemo"
                },
                "name": "configureDemo"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1310,
                  "end": 1316,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 16
                    },
                    "end": {
                      "line": 48,
                      "column": 22
                    },
                    "identifierName": "server"
                  },
                  "name": "server"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1318,
                "end": 1835,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 24
                  },
                  "end": {
                    "line": 63,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1324,
                    "end": 1395,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 75
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1324,
                      "end": 1394,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 74
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1324,
                        "end": 1334,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1324,
                          "end": 1330,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 10
                            },
                            "identifierName": "logger"
                          },
                          "name": "logger"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1331,
                          "end": 1334,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 11
                            },
                            "end": {
                              "line": 49,
                              "column": 14
                            },
                            "identifierName": "log"
                          },
                          "name": "log"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "TemplateLiteral",
                          "start": 1335,
                          "end": 1393,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 15
                            },
                            "end": {
                              "line": 49,
                              "column": 73
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 1339,
                              "end": 1345,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 19
                                },
                                "end": {
                                  "line": 49,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1339,
                                "end": 1343,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 23
                                  },
                                  "identifierName": "time"
                                },
                                "name": "time"
                              },
                              "arguments": []
                            },
                            {
                              "type": "CallExpression",
                              "start": 1350,
                              "end": 1391,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 30
                                },
                                "end": {
                                  "line": 49,
                                  "column": 71
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1350,
                                "end": 1363,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1350,
                                  "end": 1356,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 36
                                    },
                                    "identifierName": "logger"
                                  },
                                  "name": "logger"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1357,
                                  "end": 1363,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 43
                                    },
                                    "identifierName": "_chalk"
                                  },
                                  "name": "_chalk"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1364,
                                  "end": 1382,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 62
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Configuring demo",
                                    "raw": "'Configuring demo'"
                                  },
                                  "value": "Configuring demo"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1384,
                                  "end": 1390,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 70
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "cyan",
                                    "raw": "'cyan'"
                                  },
                                  "value": "cyan"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1336,
                              "end": 1337,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 16
                                },
                                "end": {
                                  "line": 49,
                                  "column": 17
                                }
                              },
                              "value": {
                                "raw": "[",
                                "cooked": "["
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1346,
                              "end": 1348,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 26
                                },
                                "end": {
                                  "line": 49,
                                  "column": 28
                                }
                              },
                              "value": {
                                "raw": "] ",
                                "cooked": "] "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1392,
                              "end": 1392,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 72
                                },
                                "end": {
                                  "line": 49,
                                  "column": 72
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 1401,
                    "end": 1831,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 1405,
                      "end": 1411,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 14
                        },
                        "identifierName": "server"
                      },
                      "name": "server"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1413,
                      "end": 1831,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 16
                        },
                        "end": {
                          "line": 62,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1421,
                          "end": 1474,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 6
                            },
                            "end": {
                              "line": 52,
                              "column": 59
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1425,
                              "end": 1473,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 10
                                },
                                "end": {
                                  "line": 52,
                                  "column": 58
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1425,
                                "end": 1433,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 18
                                  },
                                  "identifierName": "demoPath"
                                },
                                "name": "demoPath"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 1436,
                                "end": 1473,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1436,
                                  "end": 1445,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1436,
                                    "end": 1440,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 25
                                      },
                                      "identifierName": "path"
                                    },
                                    "name": "path"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1441,
                                    "end": 1445,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 30
                                      },
                                      "identifierName": "join"
                                    },
                                    "name": "join"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 1446,
                                    "end": 1459,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1446,
                                      "end": 1457,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1446,
                                        "end": 1453,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 38
                                          },
                                          "identifierName": "process"
                                        },
                                        "name": "process"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1454,
                                        "end": 1457,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 42
                                          },
                                          "identifierName": "cwd"
                                        },
                                        "name": "cwd"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 1461,
                                    "end": 1472,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1461,
                                      "end": 1467,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 52
                                        },
                                        "identifierName": "server"
                                      },
                                      "name": "server"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1468,
                                      "end": 1472,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 57
                                        },
                                        "identifierName": "demo"
                                      },
                                      "name": "demo"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "IfStatement",
                          "start": 1482,
                          "end": 1583,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 6
                            },
                            "end": {
                              "line": 56,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 1486,
                            "end": 1518,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 10
                              },
                              "end": {
                                "line": 54,
                                "column": 42
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 1487,
                              "end": 1518,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 11
                                },
                                "end": {
                                  "line": 54,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1487,
                                "end": 1504,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1487,
                                  "end": 1495,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 19
                                    },
                                    "identifierName": "demoPath"
                                  },
                                  "name": "demoPath"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1496,
                                  "end": 1504,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 28
                                    },
                                    "identifierName": "includes"
                                  },
                                  "name": "includes"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1505,
                                  "end": 1517,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "index.html",
                                    "raw": "'index.html'"
                                  },
                                  "value": "index.html"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1520,
                            "end": 1583,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 44
                              },
                              "end": {
                                "line": 56,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1530,
                                "end": 1575,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 53
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1530,
                                  "end": 1574,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 52
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1530,
                                    "end": 1538,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 16
                                      },
                                      "identifierName": "demoPath"
                                    },
                                    "name": "demoPath"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1541,
                                    "end": 1574,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 52
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1541,
                                      "end": 1550,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1541,
                                        "end": 1545,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 23
                                          },
                                          "identifierName": "path"
                                        },
                                        "name": "path"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1546,
                                        "end": 1550,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 28
                                          },
                                          "identifierName": "join"
                                        },
                                        "name": "join"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1551,
                                        "end": 1559,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 37
                                          },
                                          "identifierName": "demoPath"
                                        },
                                        "name": "demoPath"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 1561,
                                        "end": 1573,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 51
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "index.html",
                                          "raw": "'index.html'"
                                        },
                                        "value": "index.html"
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 1590,
                          "end": 1633,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 6
                            },
                            "end": {
                              "line": 57,
                              "column": 49
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1594,
                              "end": 1632,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 10
                                },
                                "end": {
                                  "line": 57,
                                  "column": 48
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1594,
                                "end": 1598,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 14
                                  },
                                  "identifierName": "demo"
                                },
                                "name": "demo"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 1601,
                                "end": 1632,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 48
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1601,
                                  "end": 1613,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 29
                                    },
                                    "identifierName": "readFileSync"
                                  },
                                  "name": "readFileSync"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1614,
                                    "end": 1622,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 38
                                      },
                                      "identifierName": "demoPath"
                                    },
                                    "name": "demoPath"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 1624,
                                    "end": 1631,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 47
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "utf-8",
                                      "raw": "'utf-8'"
                                    },
                                    "value": "utf-8"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "IfStatement",
                          "start": 1640,
                          "end": 1825,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 6
                            },
                            "end": {
                              "line": 61,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 1644,
                            "end": 1679,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 10
                              },
                              "end": {
                                "line": 58,
                                "column": 45
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 1645,
                              "end": 1679,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 11
                                },
                                "end": {
                                  "line": 58,
                                  "column": 45
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1645,
                                "end": 1658,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1645,
                                  "end": 1649,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 15
                                    },
                                    "identifierName": "demo"
                                  },
                                  "name": "demo"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1650,
                                  "end": 1658,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 24
                                    },
                                    "identifierName": "includes"
                                  },
                                  "name": "includes"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1659,
                                  "end": 1678,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 44
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "/reload/reload.js",
                                    "raw": "'/reload/reload.js'"
                                  },
                                  "value": "/reload/reload.js"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1681,
                            "end": 1825,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 47
                              },
                              "end": {
                                "line": 61,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1691,
                                "end": 1778,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 95
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1691,
                                  "end": 1777,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 94
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1691,
                                    "end": 1695,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "identifierName": "demo"
                                    },
                                    "name": "demo"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1698,
                                    "end": 1777,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 94
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1698,
                                      "end": 1710,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1698,
                                        "end": 1702,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 19
                                          },
                                          "identifierName": "demo"
                                        },
                                        "name": "demo"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1703,
                                        "end": 1710,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 27
                                          },
                                          "identifierName": "replace"
                                        },
                                        "name": "replace"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1711,
                                        "end": 1720,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 37
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "</body>",
                                          "raw": "'</body>'"
                                        },
                                        "value": "</body>"
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 1722,
                                        "end": 1776,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 93
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "\t<script src=\"/reload/reload.js\"></script>\n</body>",
                                          "raw": "'\\t<script src=\"/reload/reload.js\"></script>\\n</body>'"
                                        },
                                        "value": "\t<script src=\"/reload/reload.js\"></script>\n</body>"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 1787,
                                "end": 1817,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 38
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 1787,
                                  "end": 1816,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 1787,
                                    "end": 1800,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 21
                                      },
                                      "identifierName": "writeFileSync"
                                    },
                                    "name": "writeFileSync"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1801,
                                      "end": 1809,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 30
                                        },
                                        "identifierName": "demoPath"
                                      },
                                      "name": "demoPath"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 1811,
                                      "end": 1815,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 36
                                        },
                                        "identifierName": "demo"
                                      },
                                      "name": "demo"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1839,
              "end": 2386,
              "loc": {
                "start": {
                  "line": 65,
                  "column": 2
                },
                "end": {
                  "line": 83,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1839,
                "end": 1848,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 2
                  },
                  "end": {
                    "line": 65,
                    "column": 11
                  },
                  "identifierName": "runWorker"
                },
                "name": "runWorker"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1849,
                  "end": 1853,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 12
                    },
                    "end": {
                      "line": 65,
                      "column": 16
                    },
                    "identifierName": "task"
                  },
                  "name": "task"
                },
                {
                  "type": "Identifier",
                  "start": 1855,
                  "end": 1861,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 18
                    },
                    "end": {
                      "line": 65,
                      "column": 24
                    },
                    "identifierName": "config"
                  },
                  "name": "config"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1863,
                "end": 2386,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 26
                  },
                  "end": {
                    "line": 83,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 1869,
                    "end": 1937,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 1873,
                      "end": 1882,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 1873,
                        "end": 1877,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 8
                          },
                          "end": {
                            "line": 66,
                            "column": 12
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1878,
                        "end": 1882,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 13
                          },
                          "end": {
                            "line": 66,
                            "column": 17
                          },
                          "identifierName": "busy"
                        },
                        "name": "busy"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1884,
                      "end": 1937,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 19
                        },
                        "end": {
                          "line": 69,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1892,
                          "end": 1906,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 6
                            },
                            "end": {
                              "line": 67,
                              "column": 20
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1892,
                            "end": 1905,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 6
                              },
                              "end": {
                                "line": 67,
                                "column": 19
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1892,
                              "end": 1903,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 6
                                },
                                "end": {
                                  "line": 67,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1892,
                                "end": 1898,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 12
                                  },
                                  "identifierName": "worker"
                                },
                                "name": "worker"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1899,
                                "end": 1903,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 17
                                  },
                                  "identifierName": "kill"
                                },
                                "name": "kill"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1913,
                          "end": 1931,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 6
                            },
                            "end": {
                              "line": 68,
                              "column": 24
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1913,
                            "end": 1930,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 6
                              },
                              "end": {
                                "line": 68,
                                "column": 23
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 1913,
                              "end": 1922,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 6
                                },
                                "end": {
                                  "line": 68,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1913,
                                "end": 1917,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1918,
                                "end": 1922,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 15
                                  },
                                  "identifierName": "busy"
                                },
                                "name": "busy"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "BooleanLiteral",
                              "start": 1925,
                              "end": 1930,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 18
                                },
                                "end": {
                                  "line": 68,
                                  "column": 23
                                }
                              },
                              "value": false
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1942,
                    "end": 1959,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1942,
                      "end": 1958,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 20
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1942,
                        "end": 1951,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1942,
                          "end": 1946,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1947,
                          "end": 1951,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 9
                            },
                            "end": {
                              "line": 70,
                              "column": 13
                            },
                            "identifierName": "busy"
                          },
                          "name": "busy"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 1954,
                        "end": 1958,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 16
                          },
                          "end": {
                            "line": 70,
                            "column": 20
                          }
                        },
                        "value": true
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1964,
                    "end": 2029,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 69
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1964,
                      "end": 2028,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 68
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1964,
                        "end": 1970,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 10
                          },
                          "identifierName": "worker"
                        },
                        "name": "worker"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 1973,
                        "end": 2028,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 13
                          },
                          "end": {
                            "line": 71,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1973,
                          "end": 1977,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 13
                            },
                            "end": {
                              "line": 71,
                              "column": 17
                            },
                            "identifierName": "fork"
                          },
                          "name": "fork"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 1978,
                            "end": 2027,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 18
                              },
                              "end": {
                                "line": 71,
                                "column": 67
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1978,
                              "end": 1987,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 18
                                },
                                "end": {
                                  "line": 71,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1978,
                                "end": 1982,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 22
                                  },
                                  "identifierName": "path"
                                },
                                "name": "path"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1983,
                                "end": 1987,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 27
                                  },
                                  "identifierName": "join"
                                },
                                "name": "join"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1988,
                                "end": 1997,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 37
                                  },
                                  "identifierName": "__dirname"
                                },
                                "name": "__dirname"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 1999,
                                "end": 2026,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 66
                                  }
                                },
                                "extra": {
                                  "rawValue": "workers/watcher-worker.js",
                                  "raw": "'workers/watcher-worker.js'"
                                },
                                "value": "workers/watcher-worker.js"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2034,
                    "end": 2335,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 4
                      },
                      "end": {
                        "line": 81,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2034,
                      "end": 2334,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 81,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2034,
                        "end": 2043,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2034,
                          "end": 2040,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 10
                            },
                            "identifierName": "worker"
                          },
                          "name": "worker"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2041,
                          "end": 2043,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 11
                            },
                            "end": {
                              "line": 72,
                              "column": 13
                            },
                            "identifierName": "on"
                          },
                          "name": "on"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 2044,
                          "end": 2053,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 14
                            },
                            "end": {
                              "line": 72,
                              "column": 23
                            }
                          },
                          "extra": {
                            "rawValue": "message",
                            "raw": "'message'"
                          },
                          "value": "message"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2055,
                          "end": 2333,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 25
                            },
                            "end": {
                              "line": 81,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2055,
                              "end": 2062,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 25
                                },
                                "end": {
                                  "line": 72,
                                  "column": 32
                                },
                                "identifierName": "message"
                              },
                              "name": "message"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 2066,
                            "end": 2333,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 36
                              },
                              "end": {
                                "line": 81,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 2074,
                                "end": 2176,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 2078,
                                  "end": 2096,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 28
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2078,
                                    "end": 2085,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      },
                                      "identifierName": "message"
                                    },
                                    "name": "message"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 2090,
                                    "end": 2096,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 28
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "done",
                                      "raw": "'done'"
                                    },
                                    "value": "done"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2098,
                                  "end": 2176,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2108,
                                      "end": 2140,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 40
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2108,
                                        "end": 2139,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 39
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2108,
                                          "end": 2126,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2108,
                                            "end": 2112,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 12
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2113,
                                            "end": 2126,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 26
                                              },
                                              "identifierName": "configureDemo"
                                            },
                                            "name": "configureDemo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 2127,
                                            "end": 2138,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2127,
                                              "end": 2131,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2132,
                                              "end": 2138,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 38
                                                },
                                                "identifierName": "server"
                                              },
                                              "name": "server"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2149,
                                      "end": 2168,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 27
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2149,
                                        "end": 2167,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 26
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2149,
                                          "end": 2156,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 15
                                            },
                                            "identifierName": "message"
                                          },
                                          "name": "message"
                                        },
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2159,
                                          "end": 2167,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 26
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "reload",
                                            "raw": "'reload'"
                                          },
                                          "value": "reload"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2183,
                                "end": 2255,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 78
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2183,
                                  "end": 2254,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 77
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2183,
                                    "end": 2193,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2183,
                                      "end": 2189,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 12
                                        },
                                        "identifierName": "logger"
                                      },
                                      "name": "logger"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2190,
                                      "end": 2193,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 16
                                        },
                                        "identifierName": "log"
                                      },
                                      "name": "log"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "start": 2194,
                                      "end": 2253,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 76
                                        }
                                      },
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "start": 2198,
                                          "end": 2204,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 27
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 2198,
                                            "end": 2202,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 25
                                              },
                                              "identifierName": "time"
                                            },
                                            "name": "time"
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 2209,
                                          "end": 2251,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 74
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2209,
                                            "end": 2222,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2209,
                                              "end": 2215,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 38
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2216,
                                              "end": 2222,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 45
                                                },
                                                "identifierName": "_chalk"
                                              },
                                              "name": "_chalk"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2223,
                                              "end": 2242,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 65
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Reloading browser",
                                                "raw": "'Reloading browser'"
                                              },
                                              "value": "Reloading browser"
                                            },
                                            {
                                              "type": "StringLiteral",
                                              "start": 2244,
                                              "end": 2250,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 73
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "cyan",
                                                "raw": "'cyan'"
                                              },
                                              "value": "cyan"
                                            }
                                          ]
                                        }
                                      ],
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "start": 2195,
                                          "end": 2196,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 19
                                            }
                                          },
                                          "value": {
                                            "raw": "[",
                                            "cooked": "["
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 2205,
                                          "end": 2207,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 30
                                            }
                                          },
                                          "value": {
                                            "raw": "] ",
                                            "cooked": "] "
                                          },
                                          "tail": false
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "start": 2252,
                                          "end": 2252,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 75
                                            }
                                          },
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true
                                        }
                                      ]
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2262,
                                "end": 2281,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 25
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2262,
                                  "end": 2280,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 24
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2262,
                                    "end": 2271,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 15
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2262,
                                      "end": 2266,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2267,
                                      "end": 2271,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 15
                                        },
                                        "identifierName": "emit"
                                      },
                                      "name": "emit"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2272,
                                      "end": 2279,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 23
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2288,
                                "end": 2302,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 20
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2288,
                                  "end": 2301,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 19
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2288,
                                    "end": 2299,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2288,
                                      "end": 2294,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "identifierName": "worker"
                                      },
                                      "name": "worker"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2295,
                                      "end": 2299,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 17
                                        },
                                        "identifierName": "kill"
                                      },
                                      "name": "kill"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2309,
                                "end": 2327,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 24
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2309,
                                  "end": 2326,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 23
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 2309,
                                    "end": 2318,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 15
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2309,
                                      "end": 2313,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2314,
                                      "end": 2318,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 15
                                        },
                                        "identifierName": "busy"
                                      },
                                      "name": "busy"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "BooleanLiteral",
                                    "start": 2321,
                                    "end": 2326,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 23
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2340,
                    "end": 2382,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 4
                      },
                      "end": {
                        "line": 82,
                        "column": 46
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2340,
                      "end": 2381,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2340,
                        "end": 2351,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 4
                          },
                          "end": {
                            "line": 82,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2340,
                          "end": 2346,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 4
                            },
                            "end": {
                              "line": 82,
                              "column": 10
                            },
                            "identifierName": "worker"
                          },
                          "name": "worker"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2347,
                          "end": 2351,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 11
                            },
                            "end": {
                              "line": 82,
                              "column": 15
                            },
                            "identifierName": "send"
                          },
                          "name": "send"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ObjectExpression",
                          "start": 2352,
                          "end": 2380,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 16
                            },
                            "end": {
                              "line": 82,
                              "column": 44
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 2353,
                              "end": 2363,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 17
                                },
                                "end": {
                                  "line": 82,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2353,
                                "end": 2357,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 21
                                  },
                                  "identifierName": "task"
                                },
                                "name": "task"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 2359,
                                "end": 2363,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 27
                                  },
                                  "identifierName": "task"
                                },
                                "name": "task"
                              }
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 2365,
                              "end": 2379,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 29
                                },
                                "end": {
                                  "line": 82,
                                  "column": 43
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2365,
                                "end": 2371,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 35
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 2373,
                                "end": 2379,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 43
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " on(event, fn) {",
                  "start": 2390,
                  "end": 2408,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 2
                    },
                    "end": {
                      "line": 85,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": "   this.on(event, fn);",
                  "start": 2411,
                  "end": 2435,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 2
                    },
                    "end": {
                      "line": 86,
                      "column": 26
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " }",
                  "start": 2438,
                  "end": 2442,
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 2
                    },
                    "end": {
                      "line": 87,
                      "column": 6
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " this.watcher = chokidar.watch(config.watchers, config.options);",
                  "start": 2448,
                  "end": 2514,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 4
                    },
                    "end": {
                      "line": 89,
                      "column": 70
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " this.watcher.on('change', path => logger.log(`File ${path} has been changed`));",
                  "start": 2519,
                  "end": 2601,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 4
                    },
                    "end": {
                      "line": 90,
                      "column": 86
                    }
                  }
                }
              ]
            }
          ]
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 2604,
        "end": 2633,
        "loc": {
          "start": {
            "line": 92,
            "column": 0
          },
          "end": {
            "line": 92,
            "column": 29
          }
        },
        "declaration": {
          "type": "NewExpression",
          "start": 2619,
          "end": 2632,
          "loc": {
            "start": {
              "line": 92,
              "column": 15
            },
            "end": {
              "line": 92,
              "column": 28
            }
          },
          "callee": {
            "type": "Identifier",
            "start": 2623,
            "end": 2630,
            "loc": {
              "start": {
                "line": 92,
                "column": 19
              },
              "end": {
                "line": 92,
                "column": 26
              },
              "identifierName": "Watcher"
            },
            "name": "Watcher"
          },
          "arguments": []
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 2604,
        "end": 2633,
        "loc": {
          "start": {
            "line": 92,
            "column": 0
          },
          "end": {
            "line": 92,
            "column": 29
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 407,
          "end": 2603,
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 91,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 413,
            "end": 420,
            "loc": {
              "start": {
                "line": 17,
                "column": 6
              },
              "end": {
                "line": 17,
                "column": 13
              },
              "identifierName": "Watcher"
            },
            "name": "Watcher",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 429,
            "end": 441,
            "loc": {
              "start": {
                "line": 17,
                "column": 22
              },
              "end": {
                "line": 17,
                "column": 34
              },
              "identifierName": "EventEmitter"
            },
            "name": "EventEmitter"
          },
          "body": {
            "type": "ClassBody",
            "start": 442,
            "end": 2603,
            "loc": {
              "start": {
                "line": 17,
                "column": 35
              },
              "end": {
                "line": 91,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 502,
                "end": 1292,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 2
                  },
                  "end": {
                    "line": 46,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 502,
                  "end": 507,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 2
                    },
                    "end": {
                      "line": 22,
                      "column": 7
                    },
                    "identifierName": "watch"
                  },
                  "name": "watch",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 508,
                    "end": 514,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 8
                      },
                      "end": {
                        "line": 22,
                        "column": 14
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 516,
                  "end": 1292,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 16
                    },
                    "end": {
                      "line": 46,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 522,
                      "end": 1288,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 45,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 529,
                        "end": 1287,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 11
                          },
                          "end": {
                            "line": 45,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 533,
                          "end": 540,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 15
                            },
                            "end": {
                              "line": 23,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 541,
                            "end": 1286,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 23
                              },
                              "end": {
                                "line": 45,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 542,
                                "end": 549,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 551,
                                "end": 557,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 562,
                              "end": 1286,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 44
                                },
                                "end": {
                                  "line": 45,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 570,
                                  "end": 727,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 574,
                                    "end": 587,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 23
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 575,
                                      "end": 587,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 575,
                                        "end": 581,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 17
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 582,
                                        "end": 587,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 23
                                          },
                                          "identifierName": "watch"
                                        },
                                        "name": "watch"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 589,
                                    "end": 727,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 599,
                                        "end": 631,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 40
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 599,
                                          "end": 630,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 39
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 599,
                                            "end": 610,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 599,
                                              "end": 605,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 14
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 606,
                                              "end": 610,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "identifierName": "warn"
                                              },
                                              "name": "warn"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 611,
                                              "end": 629,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 38
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "nothing to watch",
                                                "raw": "'nothing to watch'"
                                              },
                                              "value": "nothing to watch"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 640,
                                        "end": 667,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 35
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 640,
                                          "end": 666,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 34
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 640,
                                            "end": 646,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 14
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 647,
                                              "end": 665,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 33
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "nothing to watch",
                                                "raw": "'nothing to watch'"
                                              },
                                              "value": "nothing to watch"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 676,
                                        "end": 719,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 51
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 683,
                                          "end": 718,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 683,
                                            "end": 695,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 683,
                                              "end": 690,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 22
                                                },
                                                "identifierName": "process"
                                              },
                                              "name": "process"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 691,
                                              "end": 695,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 27
                                                },
                                                "identifierName": "kill"
                                              },
                                              "name": "kill"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 696,
                                              "end": 707,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 696,
                                                "end": 703,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 35
                                                  },
                                                  "identifierName": "process"
                                                },
                                                "name": "process"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 704,
                                                "end": 707,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 39
                                                  },
                                                  "identifierName": "pid"
                                                },
                                                "name": "pid"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "StringLiteral",
                                              "start": 709,
                                              "end": 717,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 49
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "SIGINT",
                                                "raw": "'SIGINT'"
                                              },
                                              "value": "SIGINT"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 734,
                                  "end": 762,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 34
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 734,
                                    "end": 761,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 33
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 734,
                                      "end": 745,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 734,
                                        "end": 738,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 739,
                                        "end": 745,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 17
                                          },
                                          "identifierName": "server"
                                        },
                                        "name": "server"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 748,
                                      "end": 761,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 748,
                                        "end": 754,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 26
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 755,
                                        "end": 761,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 33
                                          },
                                          "identifierName": "server"
                                        },
                                        "name": "server"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 769,
                                  "end": 801,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 38
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 769,
                                    "end": 800,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 37
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 769,
                                      "end": 787,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 769,
                                        "end": 773,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 774,
                                        "end": 787,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 24
                                          },
                                          "identifierName": "configureDemo"
                                        },
                                        "name": "configureDemo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 788,
                                        "end": 799,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 788,
                                          "end": 792,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 793,
                                          "end": 799,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 36
                                            },
                                            "identifierName": "server"
                                          },
                                          "name": "server"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 809,
                                  "end": 886,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 83
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 809,
                                    "end": 885,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 82
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 809,
                                      "end": 819,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 809,
                                        "end": 815,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 12
                                          },
                                          "identifierName": "logger"
                                        },
                                        "name": "logger"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 816,
                                        "end": 819,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 16
                                          },
                                          "identifierName": "log"
                                        },
                                        "name": "log"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "TemplateLiteral",
                                        "start": 820,
                                        "end": 884,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 81
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "CallExpression",
                                            "start": 824,
                                            "end": 830,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 824,
                                              "end": 828,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 25
                                                },
                                                "identifierName": "time"
                                              },
                                              "name": "time"
                                            },
                                            "arguments": []
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 835,
                                            "end": 882,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 79
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 835,
                                              "end": 848,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 835,
                                                "end": 841,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 38
                                                  },
                                                  "identifierName": "logger"
                                                },
                                                "name": "logger"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 842,
                                                "end": 848,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 45
                                                  },
                                                  "identifierName": "_chalk"
                                                },
                                                "name": "_chalk"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 849,
                                                "end": 873,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 70
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "Starting initial build",
                                                  "raw": "'Starting initial build'"
                                                },
                                                "value": "Starting initial build"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 875,
                                                "end": 881,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 78
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "cyan",
                                                  "raw": "'cyan'"
                                                },
                                                "value": "cyan"
                                              }
                                            ]
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 821,
                                            "end": 822,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 19
                                              }
                                            },
                                            "value": {
                                              "raw": "[",
                                              "cooked": "["
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 831,
                                            "end": 833,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 30
                                              }
                                            },
                                            "value": {
                                              "raw": "] ",
                                              "cooked": "] "
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 883,
                                            "end": 883,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 80
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 893,
                                  "end": 916,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 893,
                                    "end": 915,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 28
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 893,
                                      "end": 907,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 893,
                                        "end": 897,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 898,
                                        "end": 907,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 20
                                          },
                                          "identifierName": "runWorker"
                                        },
                                        "name": "runWorker"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 908,
                                        "end": 914,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 27
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 924,
                                  "end": 1005,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 87
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 924,
                                    "end": 1004,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 924,
                                      "end": 934,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 924,
                                        "end": 930,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "identifierName": "logger"
                                        },
                                        "name": "logger"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 931,
                                        "end": 934,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 16
                                          },
                                          "identifierName": "log"
                                        },
                                        "name": "log"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "TemplateLiteral",
                                        "start": 935,
                                        "end": 1003,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 85
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "CallExpression",
                                            "start": 939,
                                            "end": 945,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 939,
                                              "end": 943,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 25
                                                },
                                                "identifierName": "time"
                                              },
                                              "name": "time"
                                            },
                                            "arguments": []
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 950,
                                            "end": 1001,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 950,
                                              "end": 963,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 950,
                                                "end": 956,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 38
                                                  },
                                                  "identifierName": "logger"
                                                },
                                                "name": "logger"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 957,
                                                "end": 963,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 45
                                                  },
                                                  "identifierName": "_chalk"
                                                },
                                                "name": "_chalk"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 964,
                                                "end": 992,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 74
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "Watching files for changes",
                                                  "raw": "'Watching files for changes'"
                                                },
                                                "value": "Watching files for changes"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 994,
                                                "end": 1000,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 82
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "cyan",
                                                  "raw": "'cyan'"
                                                },
                                                "value": "cyan"
                                              }
                                            ]
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 936,
                                            "end": 937,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 19
                                              }
                                            },
                                            "value": {
                                              "raw": "[",
                                              "cooked": "["
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 946,
                                            "end": 948,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 30
                                              }
                                            },
                                            "value": {
                                              "raw": "] ",
                                              "cooked": "] "
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 1002,
                                            "end": 1002,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 84
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1013,
                                  "end": 1031,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 24
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1017,
                                      "end": 1030,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 23
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1017,
                                        "end": 1025,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 18
                                          },
                                          "identifierName": "watchers"
                                        },
                                        "name": "watchers"
                                      },
                                      "init": {
                                        "type": "ObjectExpression",
                                        "start": 1028,
                                        "end": 1030,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 23
                                          }
                                        },
                                        "properties": []
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ForOfStatement",
                                  "start": 1038,
                                  "end": 1260,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 7
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 1043,
                                    "end": 1052,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 20
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1047,
                                        "end": 1052,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 20
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1047,
                                          "end": 1052,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 20
                                            },
                                            "identifierName": "watch"
                                          },
                                          "name": "watch"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1056,
                                    "end": 1068,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1056,
                                      "end": 1062,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 30
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1063,
                                      "end": 1068,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 36
                                        },
                                        "identifierName": "watch"
                                      },
                                      "name": "watch"
                                    },
                                    "computed": false
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1070,
                                    "end": 1260,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1080,
                                        "end": 1144,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 72
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1080,
                                          "end": 1143,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 71
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1080,
                                            "end": 1100,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1080,
                                              "end": 1088,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 16
                                                },
                                                "identifierName": "watchers"
                                              },
                                              "name": "watchers"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 1089,
                                              "end": 1099,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1089,
                                                "end": 1094,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 22
                                                  },
                                                  "identifierName": "watch"
                                                },
                                                "name": "watch"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1095,
                                                "end": 1099,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 27
                                                  },
                                                  "identifierName": "task"
                                                },
                                                "name": "task"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 1103,
                                            "end": 1143,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 71
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1103,
                                              "end": 1117,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1103,
                                                "end": 1111,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 39
                                                  },
                                                  "identifierName": "chokidar"
                                                },
                                                "name": "chokidar"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1112,
                                                "end": 1117,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 45
                                                  },
                                                  "identifierName": "watch"
                                                },
                                                "name": "watch"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 1118,
                                                "end": 1127,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1118,
                                                  "end": 1123,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 51
                                                    },
                                                    "identifierName": "watch"
                                                  },
                                                  "name": "watch"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1124,
                                                  "end": 1127,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 55
                                                    },
                                                    "identifierName": "src"
                                                  },
                                                  "name": "src"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 1129,
                                                "end": 1142,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1129,
                                                  "end": 1134,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 62
                                                    },
                                                    "identifierName": "watch"
                                                  },
                                                  "name": "watch"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1135,
                                                  "end": 1142,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 70
                                                    },
                                                    "identifierName": "options"
                                                  },
                                                  "name": "options"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1153,
                                        "end": 1252,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1153,
                                          "end": 1251,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1153,
                                            "end": 1176,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1153,
                                              "end": 1173,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1153,
                                                "end": 1161,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 16
                                                  },
                                                  "identifierName": "watchers"
                                                },
                                                "name": "watchers"
                                              },
                                              "property": {
                                                "type": "MemberExpression",
                                                "start": 1162,
                                                "end": 1172,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 27
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1162,
                                                  "end": 1167,
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 22
                                                    },
                                                    "identifierName": "watch"
                                                  },
                                                  "name": "watch"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1168,
                                                  "end": 1172,
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 27
                                                    },
                                                    "identifierName": "task"
                                                  },
                                                  "name": "task"
                                                },
                                                "computed": false
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1174,
                                              "end": 1176,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 31
                                                },
                                                "identifierName": "on"
                                              },
                                              "name": "on"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 1177,
                                              "end": 1185,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 40
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "change",
                                                "raw": "'change'"
                                              },
                                              "value": "change"
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 1187,
                                              "end": 1250,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1193,
                                                "end": 1250,
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1205,
                                                    "end": 1240,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 45
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1205,
                                                      "end": 1239,
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 44
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1205,
                                                        "end": 1219,
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 1205,
                                                          "end": 1209,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 14
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1210,
                                                          "end": 1219,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 24
                                                            },
                                                            "identifierName": "runWorker"
                                                          },
                                                          "name": "runWorker"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 1220,
                                                          "end": 1230,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1220,
                                                            "end": 1225,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 30
                                                              },
                                                              "identifierName": "watch"
                                                            },
                                                            "name": "watch"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1226,
                                                            "end": 1230,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 35
                                                              },
                                                              "identifierName": "task"
                                                            },
                                                            "name": "task"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1232,
                                                          "end": 1238,
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 43
                                                            },
                                                            "identifierName": "config"
                                                          },
                                                          "name": "config"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": [],
                                    "trailingComments": null
                                  },
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " resolve();",
                                      "start": 1267,
                                      "end": 1280,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {object} config {@link Config}\n   ",
                    "start": 447,
                    "end": 499,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1296,
                "end": 1835,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 2
                  },
                  "end": {
                    "line": 63,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1296,
                  "end": 1309,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 2
                    },
                    "end": {
                      "line": 48,
                      "column": 15
                    },
                    "identifierName": "configureDemo"
                  },
                  "name": "configureDemo"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1310,
                    "end": 1316,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 16
                      },
                      "end": {
                        "line": 48,
                        "column": 22
                      },
                      "identifierName": "server"
                    },
                    "name": "server"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1318,
                  "end": 1835,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 24
                    },
                    "end": {
                      "line": 63,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1324,
                      "end": 1395,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1324,
                        "end": 1394,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1324,
                          "end": 1334,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1324,
                            "end": 1330,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 10
                              },
                              "identifierName": "logger"
                            },
                            "name": "logger"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1331,
                            "end": 1334,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 11
                              },
                              "end": {
                                "line": 49,
                                "column": 14
                              },
                              "identifierName": "log"
                            },
                            "name": "log"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "TemplateLiteral",
                            "start": 1335,
                            "end": 1393,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 15
                              },
                              "end": {
                                "line": 49,
                                "column": 73
                              }
                            },
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "start": 1339,
                                "end": 1345,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 25
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1339,
                                  "end": 1343,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 23
                                    },
                                    "identifierName": "time"
                                  },
                                  "name": "time"
                                },
                                "arguments": []
                              },
                              {
                                "type": "CallExpression",
                                "start": 1350,
                                "end": 1391,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 71
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1350,
                                  "end": 1363,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1350,
                                    "end": 1356,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 36
                                      },
                                      "identifierName": "logger"
                                    },
                                    "name": "logger"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1357,
                                    "end": 1363,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 43
                                      },
                                      "identifierName": "_chalk"
                                    },
                                    "name": "_chalk"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 1364,
                                    "end": 1382,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 62
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "Configuring demo",
                                      "raw": "'Configuring demo'"
                                    },
                                    "value": "Configuring demo"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 1384,
                                    "end": 1390,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 70
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cyan",
                                      "raw": "'cyan'"
                                    },
                                    "value": "cyan"
                                  }
                                ]
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 1336,
                                "end": 1337,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 17
                                  }
                                },
                                "value": {
                                  "raw": "[",
                                  "cooked": "["
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1346,
                                "end": 1348,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 28
                                  }
                                },
                                "value": {
                                  "raw": "] ",
                                  "cooked": "] "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1392,
                                "end": 1392,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 72
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1401,
                      "end": 1831,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 62,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1405,
                        "end": 1411,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 14
                          },
                          "identifierName": "server"
                        },
                        "name": "server"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1413,
                        "end": 1831,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 16
                          },
                          "end": {
                            "line": 62,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 1421,
                            "end": 1474,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 6
                              },
                              "end": {
                                "line": 52,
                                "column": 59
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1425,
                                "end": 1473,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 58
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1425,
                                  "end": 1433,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 18
                                    },
                                    "identifierName": "demoPath"
                                  },
                                  "name": "demoPath"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 1436,
                                  "end": 1473,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1436,
                                    "end": 1445,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1436,
                                      "end": 1440,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 25
                                        },
                                        "identifierName": "path"
                                      },
                                      "name": "path"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1441,
                                      "end": 1445,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 30
                                        },
                                        "identifierName": "join"
                                      },
                                      "name": "join"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 1446,
                                      "end": 1459,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 44
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1446,
                                        "end": 1457,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1446,
                                          "end": 1453,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 38
                                            },
                                            "identifierName": "process"
                                          },
                                          "name": "process"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1454,
                                          "end": 1457,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 42
                                            },
                                            "identifierName": "cwd"
                                          },
                                          "name": "cwd"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 1461,
                                      "end": 1472,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1461,
                                        "end": 1467,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 52
                                          },
                                          "identifierName": "server"
                                        },
                                        "name": "server"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1468,
                                        "end": 1472,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 57
                                          },
                                          "identifierName": "demo"
                                        },
                                        "name": "demo"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 1482,
                            "end": 1583,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 6
                              },
                              "end": {
                                "line": 56,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 1486,
                              "end": 1518,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 10
                                },
                                "end": {
                                  "line": 54,
                                  "column": 42
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 1487,
                                "end": 1518,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1487,
                                  "end": 1504,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1487,
                                    "end": 1495,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 19
                                      },
                                      "identifierName": "demoPath"
                                    },
                                    "name": "demoPath"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1496,
                                    "end": 1504,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 28
                                      },
                                      "identifierName": "includes"
                                    },
                                    "name": "includes"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 1505,
                                    "end": 1517,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 41
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "index.html",
                                      "raw": "'index.html'"
                                    },
                                    "value": "index.html"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1520,
                              "end": 1583,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 44
                                },
                                "end": {
                                  "line": 56,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1530,
                                  "end": 1575,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 53
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1530,
                                    "end": 1574,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 52
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1530,
                                      "end": 1538,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 16
                                        },
                                        "identifierName": "demoPath"
                                      },
                                      "name": "demoPath"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 1541,
                                      "end": 1574,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 52
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1541,
                                        "end": 1550,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1541,
                                          "end": 1545,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 23
                                            },
                                            "identifierName": "path"
                                          },
                                          "name": "path"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1546,
                                          "end": 1550,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 28
                                            },
                                            "identifierName": "join"
                                          },
                                          "name": "join"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1551,
                                          "end": 1559,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 37
                                            },
                                            "identifierName": "demoPath"
                                          },
                                          "name": "demoPath"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1561,
                                          "end": 1573,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 51
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "index.html",
                                            "raw": "'index.html'"
                                          },
                                          "value": "index.html"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 1590,
                            "end": 1633,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 6
                              },
                              "end": {
                                "line": 57,
                                "column": 49
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1594,
                                "end": 1632,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 48
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1594,
                                  "end": 1598,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 14
                                    },
                                    "identifierName": "demo"
                                  },
                                  "name": "demo"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 1601,
                                  "end": 1632,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 48
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 1601,
                                    "end": 1613,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 29
                                      },
                                      "identifierName": "readFileSync"
                                    },
                                    "name": "readFileSync"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1614,
                                      "end": 1622,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 38
                                        },
                                        "identifierName": "demoPath"
                                      },
                                      "name": "demoPath"
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 1624,
                                      "end": 1631,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 47
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "utf-8",
                                        "raw": "'utf-8'"
                                      },
                                      "value": "utf-8"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 1640,
                            "end": 1825,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 6
                              },
                              "end": {
                                "line": 61,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 1644,
                              "end": 1679,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 10
                                },
                                "end": {
                                  "line": 58,
                                  "column": 45
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 1645,
                                "end": 1679,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 45
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1645,
                                  "end": 1658,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1645,
                                    "end": 1649,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 15
                                      },
                                      "identifierName": "demo"
                                    },
                                    "name": "demo"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1650,
                                    "end": 1658,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 24
                                      },
                                      "identifierName": "includes"
                                    },
                                    "name": "includes"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 1659,
                                    "end": 1678,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 44
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "/reload/reload.js",
                                      "raw": "'/reload/reload.js'"
                                    },
                                    "value": "/reload/reload.js"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1681,
                              "end": 1825,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 47
                                },
                                "end": {
                                  "line": 61,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1691,
                                  "end": 1778,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 95
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1691,
                                    "end": 1777,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 94
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1691,
                                      "end": 1695,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 12
                                        },
                                        "identifierName": "demo"
                                      },
                                      "name": "demo"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 1698,
                                      "end": 1777,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 94
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1698,
                                        "end": 1710,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1698,
                                          "end": 1702,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 19
                                            },
                                            "identifierName": "demo"
                                          },
                                          "name": "demo"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1703,
                                          "end": 1710,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 27
                                            },
                                            "identifierName": "replace"
                                          },
                                          "name": "replace"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 1711,
                                          "end": 1720,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 37
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "</body>",
                                            "raw": "'</body>'"
                                          },
                                          "value": "</body>"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1722,
                                          "end": 1776,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 93
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "\t<script src=\"/reload/reload.js\"></script>\n</body>",
                                            "raw": "'\\t<script src=\"/reload/reload.js\"></script>\\n</body>'"
                                          },
                                          "value": "\t<script src=\"/reload/reload.js\"></script>\n</body>"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1787,
                                  "end": 1817,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 38
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1787,
                                    "end": 1816,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 37
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1787,
                                      "end": 1800,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 21
                                        },
                                        "identifierName": "writeFileSync"
                                      },
                                      "name": "writeFileSync"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1801,
                                        "end": 1809,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 30
                                          },
                                          "identifierName": "demoPath"
                                        },
                                        "name": "demoPath"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1811,
                                        "end": 1815,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 36
                                          },
                                          "identifierName": "demo"
                                        },
                                        "name": "demo"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1839,
                "end": 2386,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 2
                  },
                  "end": {
                    "line": 83,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1839,
                  "end": 1848,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 2
                    },
                    "end": {
                      "line": 65,
                      "column": 11
                    },
                    "identifierName": "runWorker"
                  },
                  "name": "runWorker"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1849,
                    "end": 1853,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 12
                      },
                      "end": {
                        "line": 65,
                        "column": 16
                      },
                      "identifierName": "task"
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 1855,
                    "end": 1861,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 18
                      },
                      "end": {
                        "line": 65,
                        "column": 24
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1863,
                  "end": 2386,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 26
                    },
                    "end": {
                      "line": 83,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1869,
                      "end": 1937,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 4
                        },
                        "end": {
                          "line": 69,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1873,
                        "end": 1882,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 8
                          },
                          "end": {
                            "line": 66,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1873,
                          "end": 1877,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1878,
                          "end": 1882,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 13
                            },
                            "end": {
                              "line": 66,
                              "column": 17
                            },
                            "identifierName": "busy"
                          },
                          "name": "busy"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1884,
                        "end": 1937,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 19
                          },
                          "end": {
                            "line": 69,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1892,
                            "end": 1906,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 6
                              },
                              "end": {
                                "line": 67,
                                "column": 20
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1892,
                              "end": 1905,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 6
                                },
                                "end": {
                                  "line": 67,
                                  "column": 19
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1892,
                                "end": 1903,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1892,
                                  "end": 1898,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 12
                                    },
                                    "identifierName": "worker"
                                  },
                                  "name": "worker"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1899,
                                  "end": 1903,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 17
                                    },
                                    "identifierName": "kill"
                                  },
                                  "name": "kill"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1913,
                            "end": 1931,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 6
                              },
                              "end": {
                                "line": 68,
                                "column": 24
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1913,
                              "end": 1930,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 6
                                },
                                "end": {
                                  "line": 68,
                                  "column": 23
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1913,
                                "end": 1922,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1913,
                                  "end": 1917,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1918,
                                  "end": 1922,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 15
                                    },
                                    "identifierName": "busy"
                                  },
                                  "name": "busy"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "BooleanLiteral",
                                "start": 1925,
                                "end": 1930,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 23
                                  }
                                },
                                "value": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1942,
                      "end": 1959,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1942,
                        "end": 1958,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1942,
                          "end": 1951,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1942,
                            "end": 1946,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 4
                              },
                              "end": {
                                "line": 70,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1947,
                            "end": 1951,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 9
                              },
                              "end": {
                                "line": 70,
                                "column": 13
                              },
                              "identifierName": "busy"
                            },
                            "name": "busy"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1954,
                          "end": 1958,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 16
                            },
                            "end": {
                              "line": 70,
                              "column": 20
                            }
                          },
                          "value": true
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1964,
                      "end": 2029,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1964,
                        "end": 2028,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 68
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1964,
                          "end": 1970,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 10
                            },
                            "identifierName": "worker"
                          },
                          "name": "worker"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1973,
                          "end": 2028,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 13
                            },
                            "end": {
                              "line": 71,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1973,
                            "end": 1977,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 13
                              },
                              "end": {
                                "line": 71,
                                "column": 17
                              },
                              "identifierName": "fork"
                            },
                            "name": "fork"
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 1978,
                              "end": 2027,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 18
                                },
                                "end": {
                                  "line": 71,
                                  "column": 67
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1978,
                                "end": 1987,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1978,
                                  "end": 1982,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 22
                                    },
                                    "identifierName": "path"
                                  },
                                  "name": "path"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1983,
                                  "end": 1987,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 27
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1988,
                                  "end": 1997,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 37
                                    },
                                    "identifierName": "__dirname"
                                  },
                                  "name": "__dirname"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1999,
                                  "end": 2026,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 66
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "workers/watcher-worker.js",
                                    "raw": "'workers/watcher-worker.js'"
                                  },
                                  "value": "workers/watcher-worker.js"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2034,
                      "end": 2335,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 81,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2034,
                        "end": 2334,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 81,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2034,
                          "end": 2043,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2034,
                            "end": 2040,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 4
                              },
                              "end": {
                                "line": 72,
                                "column": 10
                              },
                              "identifierName": "worker"
                            },
                            "name": "worker"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2041,
                            "end": 2043,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 11
                              },
                              "end": {
                                "line": 72,
                                "column": 13
                              },
                              "identifierName": "on"
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 2044,
                            "end": 2053,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 14
                              },
                              "end": {
                                "line": 72,
                                "column": 23
                              }
                            },
                            "extra": {
                              "rawValue": "message",
                              "raw": "'message'"
                            },
                            "value": "message"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2055,
                            "end": 2333,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 25
                              },
                              "end": {
                                "line": 81,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2055,
                                "end": 2062,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 32
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2066,
                              "end": 2333,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 36
                                },
                                "end": {
                                  "line": 81,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 2074,
                                  "end": 2176,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 2078,
                                    "end": 2096,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 28
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2078,
                                      "end": 2085,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 17
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 2090,
                                      "end": 2096,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 28
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "done",
                                        "raw": "'done'"
                                      },
                                      "value": "done"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2098,
                                    "end": 2176,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2108,
                                        "end": 2140,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 40
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2108,
                                          "end": 2139,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 39
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2108,
                                            "end": 2126,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 26
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2108,
                                              "end": 2112,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2113,
                                              "end": 2126,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 26
                                                },
                                                "identifierName": "configureDemo"
                                              },
                                              "name": "configureDemo"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2127,
                                              "end": 2138,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2127,
                                                "end": 2131,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2132,
                                                "end": 2138,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 38
                                                  },
                                                  "identifierName": "server"
                                                },
                                                "name": "server"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2149,
                                        "end": 2168,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 27
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2149,
                                          "end": 2167,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 26
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2149,
                                            "end": 2156,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 15
                                              },
                                              "identifierName": "message"
                                            },
                                            "name": "message"
                                          },
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2159,
                                            "end": 2167,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 26
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "reload",
                                              "raw": "'reload'"
                                            },
                                            "value": "reload"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2183,
                                  "end": 2255,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 78
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2183,
                                    "end": 2254,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2183,
                                      "end": 2193,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2183,
                                        "end": 2189,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 12
                                          },
                                          "identifierName": "logger"
                                        },
                                        "name": "logger"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2190,
                                        "end": 2193,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 16
                                          },
                                          "identifierName": "log"
                                        },
                                        "name": "log"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "TemplateLiteral",
                                        "start": 2194,
                                        "end": 2253,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 76
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "CallExpression",
                                            "start": 2198,
                                            "end": 2204,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 27
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2198,
                                              "end": 2202,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 25
                                                },
                                                "identifierName": "time"
                                              },
                                              "name": "time"
                                            },
                                            "arguments": []
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2209,
                                            "end": 2251,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2209,
                                              "end": 2222,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2209,
                                                "end": 2215,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 38
                                                  },
                                                  "identifierName": "logger"
                                                },
                                                "name": "logger"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2216,
                                                "end": 2222,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 45
                                                  },
                                                  "identifierName": "_chalk"
                                                },
                                                "name": "_chalk"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 2223,
                                                "end": 2242,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 65
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "Reloading browser",
                                                  "raw": "'Reloading browser'"
                                                },
                                                "value": "Reloading browser"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 2244,
                                                "end": 2250,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 73
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "cyan",
                                                  "raw": "'cyan'"
                                                },
                                                "value": "cyan"
                                              }
                                            ]
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 2195,
                                            "end": 2196,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 19
                                              }
                                            },
                                            "value": {
                                              "raw": "[",
                                              "cooked": "["
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 2205,
                                            "end": 2207,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 30
                                              }
                                            },
                                            "value": {
                                              "raw": "] ",
                                              "cooked": "] "
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 2252,
                                            "end": 2252,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 75
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2262,
                                  "end": 2281,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 25
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2262,
                                    "end": 2280,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 24
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2262,
                                      "end": 2271,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 15
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2262,
                                        "end": 2266,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2267,
                                        "end": 2271,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 15
                                          },
                                          "identifierName": "emit"
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2272,
                                        "end": 2279,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 23
                                          },
                                          "identifierName": "message"
                                        },
                                        "name": "message"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2288,
                                  "end": 2302,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 20
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2288,
                                    "end": 2301,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 19
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2288,
                                      "end": 2299,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2288,
                                        "end": 2294,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 12
                                          },
                                          "identifierName": "worker"
                                        },
                                        "name": "worker"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2295,
                                        "end": 2299,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 17
                                          },
                                          "identifierName": "kill"
                                        },
                                        "name": "kill"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2309,
                                  "end": 2327,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 24
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2309,
                                    "end": 2326,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 23
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2309,
                                      "end": 2318,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 15
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2309,
                                        "end": 2313,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2314,
                                        "end": 2318,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 15
                                          },
                                          "identifierName": "busy"
                                        },
                                        "name": "busy"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 2321,
                                      "end": 2326,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 23
                                        }
                                      },
                                      "value": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2340,
                      "end": 2382,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2340,
                        "end": 2381,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 4
                          },
                          "end": {
                            "line": 82,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2340,
                          "end": 2351,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 4
                            },
                            "end": {
                              "line": 82,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2340,
                            "end": 2346,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 4
                              },
                              "end": {
                                "line": 82,
                                "column": 10
                              },
                              "identifierName": "worker"
                            },
                            "name": "worker"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2347,
                            "end": 2351,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 11
                              },
                              "end": {
                                "line": 82,
                                "column": 15
                              },
                              "identifierName": "send"
                            },
                            "name": "send"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 2352,
                            "end": 2380,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 16
                              },
                              "end": {
                                "line": 82,
                                "column": 44
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 2353,
                                "end": 2363,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2353,
                                  "end": 2357,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 21
                                    },
                                    "identifierName": "task"
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 2359,
                                  "end": 2363,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 27
                                    },
                                    "identifierName": "task"
                                  },
                                  "name": "task"
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 2365,
                                "end": 2379,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 43
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2365,
                                  "end": 2371,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 35
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 2373,
                                  "end": 2379,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 43
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " on(event, fn) {",
                    "start": 2390,
                    "end": 2408,
                    "loc": {
                      "start": {
                        "line": 85,
                        "column": 2
                      },
                      "end": {
                        "line": 85,
                        "column": 20
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "   this.on(event, fn);",
                    "start": 2411,
                    "end": 2435,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 2
                      },
                      "end": {
                        "line": 86,
                        "column": 26
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " }",
                    "start": 2438,
                    "end": 2442,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 2
                      },
                      "end": {
                        "line": 87,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " this.watcher = chokidar.watch(config.watchers, config.options);",
                    "start": 2448,
                    "end": 2514,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 4
                      },
                      "end": {
                        "line": 89,
                        "column": 70
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " this.watcher.on('change', path => logger.log(`File ${path} has been changed`));",
                    "start": 2519,
                    "end": 2601,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 4
                      },
                      "end": {
                        "line": 90,
                        "column": 86
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @extends EventEmitter\n ",
              "start": 374,
              "end": 406,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 0
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": true,
          "trailingComments": []
        },
        "leadingComments": null
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 2604,
        "end": 2633,
        "loc": {
          "start": {
            "line": 92,
            "column": 0
          },
          "end": {
            "line": 92,
            "column": 29
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "kind": "let",
          "loc": {
            "start": {
              "line": 92,
              "column": 0
            },
            "end": {
              "line": 92,
              "column": 29
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "id": {
                "type": "Identifier",
                "name": "watcher"
              },
              "init": {
                "type": "NewExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Watcher"
                }
              }
            }
          ],
          "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": " const {merge} = require('lodash');",
      "start": 216,
      "end": 253,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @extends EventEmitter\n ",
      "start": 374,
      "end": 406,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {object} config {@link Config}\n   ",
      "start": 447,
      "end": 499,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " resolve();",
      "start": 1267,
      "end": 1280,
      "loc": {
        "start": {
          "line": 44,
          "column": 6
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " on(event, fn) {",
      "start": 2390,
      "end": 2408,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   this.on(event, fn);",
      "start": 2411,
      "end": 2435,
      "loc": {
        "start": {
          "line": 86,
          "column": 2
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 2438,
      "end": 2442,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 87,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this.watcher = chokidar.watch(config.watchers, config.options);",
      "start": 2448,
      "end": 2514,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this.watcher.on('change', path => logger.log(`File ${path} has been changed`));",
      "start": 2519,
      "end": 2601,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 86
        }
      }
    }
  ],
  "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": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20,
      "end": 21,
      "loc": {
        "start": {
          "line": 2,
          "column": 6
        },
        "end": {
          "line": 2,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fork",
      "start": 21,
      "end": 25,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 25,
      "end": 26,
      "loc": {
        "start": {
          "line": 2,
          "column": 11
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 29,
      "end": 36,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 2,
          "column": 22
        },
        "end": {
          "line": 2,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "child_process",
      "start": 37,
      "end": 52,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 52,
      "end": 53,
      "loc": {
        "start": {
          "line": 2,
          "column": 38
        },
        "end": {
          "line": 2,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 53,
      "end": 54,
      "loc": {
        "start": {
          "line": 2,
          "column": 39
        },
        "end": {
          "line": 2,
          "column": 40
        }
      }
    },
    {
      "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": 55,
      "end": 60,
      "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": "chokidar",
      "start": 61,
      "end": 69,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 15
        },
        "end": {
          "line": 3,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 72,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 17
        },
        "end": {
          "line": 3,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 79,
      "end": 80,
      "loc": {
        "start": {
          "line": 3,
          "column": 24
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "chokidar",
      "start": 80,
      "end": 90,
      "loc": {
        "start": {
          "line": 3,
          "column": 25
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 90,
      "end": 91,
      "loc": {
        "start": {
          "line": 3,
          "column": 35
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 91,
      "end": 92,
      "loc": {
        "start": {
          "line": 3,
          "column": 36
        },
        "end": {
          "line": 3,
          "column": 37
        }
      }
    },
    {
      "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": 93,
      "end": 98,
      "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": "path",
      "start": 99,
      "end": 103,
      "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": 104,
      "end": 105,
      "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": 106,
      "end": 113,
      "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": 113,
      "end": 114,
      "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": "path",
      "start": 114,
      "end": 120,
      "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": 120,
      "end": 121,
      "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": 121,
      "end": 122,
      "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": 123,
      "end": 128,
      "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": "EventEmitter",
      "start": 129,
      "end": 141,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 142,
      "end": 143,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 144,
      "end": 151,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "events",
      "start": 152,
      "end": 160,
      "loc": {
        "start": {
          "line": 5,
          "column": 29
        },
        "end": {
          "line": 5,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 160,
      "end": 161,
      "loc": {
        "start": {
          "line": 5,
          "column": 37
        },
        "end": {
          "line": 5,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 161,
      "end": 162,
      "loc": {
        "start": {
          "line": 5,
          "column": 38
        },
        "end": {
          "line": 5,
          "column": 39
        }
      }
    },
    {
      "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": 163,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 169,
      "end": 170,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "readFileSync",
      "start": 170,
      "end": 182,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 182,
      "end": 183,
      "loc": {
        "start": {
          "line": 6,
          "column": 19
        },
        "end": {
          "line": 6,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "writeFileSync",
      "start": 184,
      "end": 197,
      "loc": {
        "start": {
          "line": 6,
          "column": 21
        },
        "end": {
          "line": 6,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 197,
      "end": 198,
      "loc": {
        "start": {
          "line": 6,
          "column": 34
        },
        "end": {
          "line": 6,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 6,
          "column": 36
        },
        "end": {
          "line": 6,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 201,
      "end": 208,
      "loc": {
        "start": {
          "line": 6,
          "column": 38
        },
        "end": {
          "line": 6,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 208,
      "end": 209,
      "loc": {
        "start": {
          "line": 6,
          "column": 45
        },
        "end": {
          "line": 6,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "fs",
      "start": 209,
      "end": 213,
      "loc": {
        "start": {
          "line": 6,
          "column": 46
        },
        "end": {
          "line": 6,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 6,
          "column": 50
        },
        "end": {
          "line": 6,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 214,
      "end": 215,
      "loc": {
        "start": {
          "line": 6,
          "column": 51
        },
        "end": {
          "line": 6,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " const {merge} = require('lodash');",
      "start": 216,
      "end": 253,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "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": 254,
      "end": 259,
      "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": "logger",
      "start": 260,
      "end": 266,
      "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": 267,
      "end": 268,
      "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": "require",
      "start": 269,
      "end": 276,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 276,
      "end": 277,
      "loc": {
        "start": {
          "line": 8,
          "column": 22
        },
        "end": {
          "line": 8,
          "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": 277,
      "end": 292,
      "loc": {
        "start": {
          "line": 8,
          "column": 23
        },
        "end": {
          "line": 8,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 292,
      "end": 293,
      "loc": {
        "start": {
          "line": 8,
          "column": 38
        },
        "end": {
          "line": 8,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 8,
          "column": 39
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "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": 295,
      "end": 300,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "time",
      "start": 301,
      "end": 305,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 306,
      "end": 307,
      "loc": {
        "start": {
          "line": 9,
          "column": 11
        },
        "end": {
          "line": 9,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 9,
          "column": 14
        },
        "end": {
          "line": 9,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 311,
      "end": 313,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 314,
      "end": 315,
      "loc": {
        "start": {
          "line": 9,
          "column": 19
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "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": 318,
      "end": 324,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 10,
          "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": 325,
      "end": 328,
      "loc": {
        "start": {
          "line": 10,
          "column": 9
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 329,
      "end": 333,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 333,
      "end": 334,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 334,
      "end": 335,
      "loc": {
        "start": {
          "line": 10,
          "column": 18
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 335,
      "end": 336,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLocaleTimeString",
      "start": 336,
      "end": 354,
      "loc": {
        "start": {
          "line": 10,
          "column": 20
        },
        "end": {
          "line": 10,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 354,
      "end": 355,
      "loc": {
        "start": {
          "line": 10,
          "column": 38
        },
        "end": {
          "line": 10,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 10,
          "column": 39
        },
        "end": {
          "line": 10,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 10,
          "column": 40
        },
        "end": {
          "line": 10,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 358,
      "end": 359,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 359,
      "end": 360,
      "loc": {
        "start": {
          "line": 11,
          "column": 1
        },
        "end": {
          "line": 11,
          "column": 2
        }
      }
    },
    {
      "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": 361,
      "end": 364,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "worker",
      "start": 365,
      "end": 371,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 371,
      "end": 372,
      "loc": {
        "start": {
          "line": 12,
          "column": 10
        },
        "end": {
          "line": 12,
          "column": 11
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @extends EventEmitter\n ",
      "start": 374,
      "end": 406,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 3
        }
      }
    },
    {
      "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": 407,
      "end": 412,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Watcher",
      "start": 413,
      "end": 420,
      "loc": {
        "start": {
          "line": 17,
          "column": 6
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 421,
      "end": 428,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EventEmitter",
      "start": 429,
      "end": 441,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 442,
      "end": 443,
      "loc": {
        "start": {
          "line": 17,
          "column": 35
        },
        "end": {
          "line": 17,
          "column": 36
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {object} config {@link Config}\n   ",
      "start": 447,
      "end": 499,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 502,
      "end": 507,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 22,
          "column": 7
        },
        "end": {
          "line": 22,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 508,
      "end": 514,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "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": 522,
      "end": 528,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "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": 529,
      "end": 532,
      "loc": {
        "start": {
          "line": 23,
          "column": 11
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 533,
      "end": 540,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 540,
      "end": 541,
      "loc": {
        "start": {
          "line": 23,
          "column": 22
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 542,
      "end": 549,
      "loc": {
        "start": {
          "line": 23,
          "column": 24
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 549,
      "end": 550,
      "loc": {
        "start": {
          "line": 23,
          "column": 31
        },
        "end": {
          "line": 23,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 551,
      "end": 557,
      "loc": {
        "start": {
          "line": 23,
          "column": 33
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 23,
          "column": 39
        },
        "end": {
          "line": 23,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 559,
      "end": 561,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 562,
      "end": 563,
      "loc": {
        "start": {
          "line": 23,
          "column": 44
        },
        "end": {
          "line": 23,
          "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": 570,
      "end": 572,
      "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": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 575,
      "end": 581,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 581,
      "end": 582,
      "loc": {
        "start": {
          "line": 24,
          "column": 17
        },
        "end": {
          "line": 24,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 582,
      "end": 587,
      "loc": {
        "start": {
          "line": 24,
          "column": 18
        },
        "end": {
          "line": 24,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 587,
      "end": 588,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 589,
      "end": 590,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 599,
      "end": 605,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 605,
      "end": 606,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 606,
      "end": 610,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 610,
      "end": 611,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "nothing to watch",
      "start": 611,
      "end": 629,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 25,
          "column": 38
        },
        "end": {
          "line": 25,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 25,
          "column": 39
        },
        "end": {
          "line": 25,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 640,
      "end": 646,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 26,
          "column": 14
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "nothing to watch",
      "start": 647,
      "end": 665,
      "loc": {
        "start": {
          "line": 26,
          "column": 15
        },
        "end": {
          "line": 26,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 665,
      "end": 666,
      "loc": {
        "start": {
          "line": 26,
          "column": 33
        },
        "end": {
          "line": 26,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 666,
      "end": 667,
      "loc": {
        "start": {
          "line": 26,
          "column": 34
        },
        "end": {
          "line": 26,
          "column": 35
        }
      }
    },
    {
      "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": 676,
      "end": 682,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 683,
      "end": 690,
      "loc": {
        "start": {
          "line": 27,
          "column": 15
        },
        "end": {
          "line": 27,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 690,
      "end": 691,
      "loc": {
        "start": {
          "line": 27,
          "column": 22
        },
        "end": {
          "line": 27,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "kill",
      "start": 691,
      "end": 695,
      "loc": {
        "start": {
          "line": 27,
          "column": 23
        },
        "end": {
          "line": 27,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 695,
      "end": 696,
      "loc": {
        "start": {
          "line": 27,
          "column": 27
        },
        "end": {
          "line": 27,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 696,
      "end": 703,
      "loc": {
        "start": {
          "line": 27,
          "column": 28
        },
        "end": {
          "line": 27,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 27,
          "column": 35
        },
        "end": {
          "line": 27,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pid",
      "start": 704,
      "end": 707,
      "loc": {
        "start": {
          "line": 27,
          "column": 36
        },
        "end": {
          "line": 27,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 27,
          "column": 39
        },
        "end": {
          "line": 27,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SIGINT",
      "start": 709,
      "end": 717,
      "loc": {
        "start": {
          "line": 27,
          "column": 41
        },
        "end": {
          "line": 27,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 27,
          "column": 49
        },
        "end": {
          "line": 27,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 718,
      "end": 719,
      "loc": {
        "start": {
          "line": 27,
          "column": 50
        },
        "end": {
          "line": 27,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 726,
      "end": 727,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 7
        }
      }
    },
    {
      "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": 734,
      "end": 738,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 738,
      "end": 739,
      "loc": {
        "start": {
          "line": 29,
          "column": 10
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 739,
      "end": 745,
      "loc": {
        "start": {
          "line": 29,
          "column": 11
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 746,
      "end": 747,
      "loc": {
        "start": {
          "line": 29,
          "column": 18
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 748,
      "end": 754,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 754,
      "end": 755,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 755,
      "end": 761,
      "loc": {
        "start": {
          "line": 29,
          "column": 27
        },
        "end": {
          "line": 29,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 761,
      "end": 762,
      "loc": {
        "start": {
          "line": 29,
          "column": 33
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "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": 769,
      "end": 773,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 773,
      "end": 774,
      "loc": {
        "start": {
          "line": 30,
          "column": 10
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "configureDemo",
      "start": 774,
      "end": 787,
      "loc": {
        "start": {
          "line": 30,
          "column": 11
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 787,
      "end": 788,
      "loc": {
        "start": {
          "line": 30,
          "column": 24
        },
        "end": {
          "line": 30,
          "column": 25
        }
      }
    },
    {
      "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": 788,
      "end": 792,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 30,
          "column": 29
        },
        "end": {
          "line": 30,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 793,
      "end": 799,
      "loc": {
        "start": {
          "line": 30,
          "column": 30
        },
        "end": {
          "line": 30,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 799,
      "end": 800,
      "loc": {
        "start": {
          "line": 30,
          "column": 36
        },
        "end": {
          "line": 30,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 30,
          "column": 37
        },
        "end": {
          "line": 30,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 809,
      "end": 815,
      "loc": {
        "start": {
          "line": 32,
          "column": 6
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 815,
      "end": 816,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 816,
      "end": 819,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 32,
          "column": 16
        },
        "end": {
          "line": 32,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 820,
      "end": 821,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 822,
      "end": 824,
      "loc": {
        "start": {
          "line": 32,
          "column": 19
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "time",
      "start": 824,
      "end": 828,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 828,
      "end": 829,
      "loc": {
        "start": {
          "line": 32,
          "column": 25
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 829,
      "end": 830,
      "loc": {
        "start": {
          "line": 32,
          "column": 26
        },
        "end": {
          "line": 32,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 830,
      "end": 831,
      "loc": {
        "start": {
          "line": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "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": 831,
      "end": 833,
      "loc": {
        "start": {
          "line": 32,
          "column": 28
        },
        "end": {
          "line": 32,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 833,
      "end": 835,
      "loc": {
        "start": {
          "line": 32,
          "column": 30
        },
        "end": {
          "line": 32,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 835,
      "end": 841,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 841,
      "end": 842,
      "loc": {
        "start": {
          "line": 32,
          "column": 38
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 842,
      "end": 848,
      "loc": {
        "start": {
          "line": 32,
          "column": 39
        },
        "end": {
          "line": 32,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 848,
      "end": 849,
      "loc": {
        "start": {
          "line": 32,
          "column": 45
        },
        "end": {
          "line": 32,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Starting initial build",
      "start": 849,
      "end": 873,
      "loc": {
        "start": {
          "line": 32,
          "column": 46
        },
        "end": {
          "line": 32,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 873,
      "end": 874,
      "loc": {
        "start": {
          "line": 32,
          "column": 70
        },
        "end": {
          "line": 32,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 875,
      "end": 881,
      "loc": {
        "start": {
          "line": 32,
          "column": 72
        },
        "end": {
          "line": 32,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 881,
      "end": 882,
      "loc": {
        "start": {
          "line": 32,
          "column": 78
        },
        "end": {
          "line": 32,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 882,
      "end": 883,
      "loc": {
        "start": {
          "line": 32,
          "column": 79
        },
        "end": {
          "line": 32,
          "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": 883,
      "end": 883,
      "loc": {
        "start": {
          "line": 32,
          "column": 80
        },
        "end": {
          "line": 32,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 883,
      "end": 884,
      "loc": {
        "start": {
          "line": 32,
          "column": 80
        },
        "end": {
          "line": 32,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 884,
      "end": 885,
      "loc": {
        "start": {
          "line": 32,
          "column": 81
        },
        "end": {
          "line": 32,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 32,
          "column": 82
        },
        "end": {
          "line": 32,
          "column": 83
        }
      }
    },
    {
      "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": 893,
      "end": 897,
      "loc": {
        "start": {
          "line": 33,
          "column": 6
        },
        "end": {
          "line": 33,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 897,
      "end": 898,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runWorker",
      "start": 898,
      "end": 907,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 908,
      "end": 914,
      "loc": {
        "start": {
          "line": 33,
          "column": 21
        },
        "end": {
          "line": 33,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 33,
          "column": 27
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 915,
      "end": 916,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 924,
      "end": 930,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 931,
      "end": 934,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 35,
          "column": 16
        },
        "end": {
          "line": 35,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 35,
          "column": 17
        },
        "end": {
          "line": 35,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 35,
          "column": 18
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 937,
      "end": 939,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "time",
      "start": 939,
      "end": 943,
      "loc": {
        "start": {
          "line": 35,
          "column": 21
        },
        "end": {
          "line": 35,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 943,
      "end": 944,
      "loc": {
        "start": {
          "line": 35,
          "column": 25
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 945,
      "end": 946,
      "loc": {
        "start": {
          "line": 35,
          "column": 27
        },
        "end": {
          "line": 35,
          "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": 946,
      "end": 948,
      "loc": {
        "start": {
          "line": 35,
          "column": 28
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 948,
      "end": 950,
      "loc": {
        "start": {
          "line": 35,
          "column": 30
        },
        "end": {
          "line": 35,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 950,
      "end": 956,
      "loc": {
        "start": {
          "line": 35,
          "column": 32
        },
        "end": {
          "line": 35,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 35,
          "column": 38
        },
        "end": {
          "line": 35,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 957,
      "end": 963,
      "loc": {
        "start": {
          "line": 35,
          "column": 39
        },
        "end": {
          "line": 35,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 963,
      "end": 964,
      "loc": {
        "start": {
          "line": 35,
          "column": 45
        },
        "end": {
          "line": 35,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Watching files for changes",
      "start": 964,
      "end": 992,
      "loc": {
        "start": {
          "line": 35,
          "column": 46
        },
        "end": {
          "line": 35,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 35,
          "column": 74
        },
        "end": {
          "line": 35,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 994,
      "end": 1000,
      "loc": {
        "start": {
          "line": 35,
          "column": 76
        },
        "end": {
          "line": 35,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 35,
          "column": 82
        },
        "end": {
          "line": 35,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1001,
      "end": 1002,
      "loc": {
        "start": {
          "line": 35,
          "column": 83
        },
        "end": {
          "line": 35,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1002,
      "end": 1002,
      "loc": {
        "start": {
          "line": 35,
          "column": 84
        },
        "end": {
          "line": 35,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1002,
      "end": 1003,
      "loc": {
        "start": {
          "line": 35,
          "column": 84
        },
        "end": {
          "line": 35,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 35,
          "column": 85
        },
        "end": {
          "line": 35,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 35,
          "column": 86
        },
        "end": {
          "line": 35,
          "column": 87
        }
      }
    },
    {
      "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": 1013,
      "end": 1016,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watchers",
      "start": 1017,
      "end": 1025,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1026,
      "end": 1027,
      "loc": {
        "start": {
          "line": 37,
          "column": 19
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 37,
          "column": 21
        },
        "end": {
          "line": 37,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 37,
          "column": 23
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "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": 1038,
      "end": 1041,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1042,
      "end": 1043,
      "loc": {
        "start": {
          "line": 38,
          "column": 10
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "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": 1043,
      "end": 1046,
      "loc": {
        "start": {
          "line": 38,
          "column": 11
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1047,
      "end": 1052,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 1053,
      "end": 1055,
      "loc": {
        "start": {
          "line": 38,
          "column": 21
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1056,
      "end": 1062,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1062,
      "end": 1063,
      "loc": {
        "start": {
          "line": 38,
          "column": 30
        },
        "end": {
          "line": 38,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1063,
      "end": 1068,
      "loc": {
        "start": {
          "line": 38,
          "column": 31
        },
        "end": {
          "line": 38,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 38,
          "column": 36
        },
        "end": {
          "line": 38,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1070,
      "end": 1071,
      "loc": {
        "start": {
          "line": 38,
          "column": 38
        },
        "end": {
          "line": 38,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watchers",
      "start": 1080,
      "end": 1088,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1088,
      "end": 1089,
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 39,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1089,
      "end": 1094,
      "loc": {
        "start": {
          "line": 39,
          "column": 17
        },
        "end": {
          "line": 39,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 1095,
      "end": 1099,
      "loc": {
        "start": {
          "line": 39,
          "column": 23
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1099,
      "end": 1100,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 39,
          "column": 29
        },
        "end": {
          "line": 39,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "chokidar",
      "start": 1103,
      "end": 1111,
      "loc": {
        "start": {
          "line": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 39,
          "column": 39
        },
        "end": {
          "line": 39,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1112,
      "end": 1117,
      "loc": {
        "start": {
          "line": 39,
          "column": 40
        },
        "end": {
          "line": 39,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 39,
          "column": 45
        },
        "end": {
          "line": 39,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1118,
      "end": 1123,
      "loc": {
        "start": {
          "line": 39,
          "column": 46
        },
        "end": {
          "line": 39,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1123,
      "end": 1124,
      "loc": {
        "start": {
          "line": 39,
          "column": 51
        },
        "end": {
          "line": 39,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 1124,
      "end": 1127,
      "loc": {
        "start": {
          "line": 39,
          "column": 52
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 39,
          "column": 55
        },
        "end": {
          "line": 39,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1129,
      "end": 1134,
      "loc": {
        "start": {
          "line": 39,
          "column": 57
        },
        "end": {
          "line": 39,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1134,
      "end": 1135,
      "loc": {
        "start": {
          "line": 39,
          "column": 62
        },
        "end": {
          "line": 39,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1135,
      "end": 1142,
      "loc": {
        "start": {
          "line": 39,
          "column": 63
        },
        "end": {
          "line": 39,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1142,
      "end": 1143,
      "loc": {
        "start": {
          "line": 39,
          "column": 70
        },
        "end": {
          "line": 39,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 39,
          "column": 71
        },
        "end": {
          "line": 39,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watchers",
      "start": 1153,
      "end": 1161,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1161,
      "end": 1162,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1162,
      "end": 1167,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1167,
      "end": 1168,
      "loc": {
        "start": {
          "line": 40,
          "column": 22
        },
        "end": {
          "line": 40,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 1168,
      "end": 1172,
      "loc": {
        "start": {
          "line": 40,
          "column": 23
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1172,
      "end": 1173,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1173,
      "end": 1174,
      "loc": {
        "start": {
          "line": 40,
          "column": 28
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 1174,
      "end": 1176,
      "loc": {
        "start": {
          "line": 40,
          "column": 29
        },
        "end": {
          "line": 40,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 40,
          "column": 31
        },
        "end": {
          "line": 40,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "change",
      "start": 1177,
      "end": 1185,
      "loc": {
        "start": {
          "line": 40,
          "column": 32
        },
        "end": {
          "line": 40,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1185,
      "end": 1186,
      "loc": {
        "start": {
          "line": 40,
          "column": 40
        },
        "end": {
          "line": 40,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1187,
      "end": 1188,
      "loc": {
        "start": {
          "line": 40,
          "column": 42
        },
        "end": {
          "line": 40,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1188,
      "end": 1189,
      "loc": {
        "start": {
          "line": 40,
          "column": 43
        },
        "end": {
          "line": 40,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1190,
      "end": 1192,
      "loc": {
        "start": {
          "line": 40,
          "column": 45
        },
        "end": {
          "line": 40,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 40,
          "column": 48
        },
        "end": {
          "line": 40,
          "column": 49
        }
      }
    },
    {
      "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": 1205,
      "end": 1209,
      "loc": {
        "start": {
          "line": 41,
          "column": 10
        },
        "end": {
          "line": 41,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1209,
      "end": 1210,
      "loc": {
        "start": {
          "line": 41,
          "column": 14
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runWorker",
      "start": 1210,
      "end": 1219,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 41,
          "column": 24
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "watch",
      "start": 1220,
      "end": 1225,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1225,
      "end": 1226,
      "loc": {
        "start": {
          "line": 41,
          "column": 30
        },
        "end": {
          "line": 41,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 1226,
      "end": 1230,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1230,
      "end": 1231,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1232,
      "end": 1238,
      "loc": {
        "start": {
          "line": 41,
          "column": 37
        },
        "end": {
          "line": 41,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1238,
      "end": 1239,
      "loc": {
        "start": {
          "line": 41,
          "column": 43
        },
        "end": {
          "line": 41,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 41,
          "column": 44
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 42,
          "column": 9
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1251,
      "end": 1252,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1259,
      "end": 1260,
      "loc": {
        "start": {
          "line": 43,
          "column": 6
        },
        "end": {
          "line": 43,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " resolve();",
      "start": 1267,
      "end": 1280,
      "loc": {
        "start": {
          "line": 44,
          "column": 6
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1285,
      "end": 1286,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1286,
      "end": 1287,
      "loc": {
        "start": {
          "line": 45,
          "column": 5
        },
        "end": {
          "line": 45,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1287,
      "end": 1288,
      "loc": {
        "start": {
          "line": 45,
          "column": 6
        },
        "end": {
          "line": 45,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "configureDemo",
      "start": 1296,
      "end": 1309,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 48,
          "column": 15
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 1310,
      "end": 1316,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 48,
          "column": 24
        },
        "end": {
          "line": 48,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1324,
      "end": 1330,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1330,
      "end": 1331,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1331,
      "end": 1334,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1334,
      "end": 1335,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 1336,
      "end": 1337,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1337,
      "end": 1339,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "time",
      "start": 1339,
      "end": 1343,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 49,
          "column": 23
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "] ",
      "start": 1346,
      "end": 1348,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1348,
      "end": 1350,
      "loc": {
        "start": {
          "line": 49,
          "column": 28
        },
        "end": {
          "line": 49,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1350,
      "end": 1356,
      "loc": {
        "start": {
          "line": 49,
          "column": 30
        },
        "end": {
          "line": 49,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1356,
      "end": 1357,
      "loc": {
        "start": {
          "line": 49,
          "column": 36
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 1357,
      "end": 1363,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1363,
      "end": 1364,
      "loc": {
        "start": {
          "line": 49,
          "column": 43
        },
        "end": {
          "line": 49,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Configuring demo",
      "start": 1364,
      "end": 1382,
      "loc": {
        "start": {
          "line": 49,
          "column": 44
        },
        "end": {
          "line": 49,
          "column": 62
        }
      }
    },
    {
      "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": 49,
          "column": 62
        },
        "end": {
          "line": 49,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 1384,
      "end": 1390,
      "loc": {
        "start": {
          "line": 49,
          "column": 64
        },
        "end": {
          "line": 49,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1390,
      "end": 1391,
      "loc": {
        "start": {
          "line": 49,
          "column": 70
        },
        "end": {
          "line": 49,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1391,
      "end": 1392,
      "loc": {
        "start": {
          "line": 49,
          "column": 71
        },
        "end": {
          "line": 49,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1392,
      "end": 1392,
      "loc": {
        "start": {
          "line": 49,
          "column": 72
        },
        "end": {
          "line": 49,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1392,
      "end": 1393,
      "loc": {
        "start": {
          "line": 49,
          "column": 72
        },
        "end": {
          "line": 49,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1393,
      "end": 1394,
      "loc": {
        "start": {
          "line": 49,
          "column": 73
        },
        "end": {
          "line": 49,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 49,
          "column": 74
        },
        "end": {
          "line": 49,
          "column": 75
        }
      }
    },
    {
      "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": 1401,
      "end": 1403,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1404,
      "end": 1405,
      "loc": {
        "start": {
          "line": 51,
          "column": 7
        },
        "end": {
          "line": 51,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 1405,
      "end": 1411,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 51,
          "column": 14
        },
        "end": {
          "line": 51,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1413,
      "end": 1414,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 17
        }
      }
    },
    {
      "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": 1421,
      "end": 1424,
      "loc": {
        "start": {
          "line": 52,
          "column": 6
        },
        "end": {
          "line": 52,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1425,
      "end": 1433,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1434,
      "end": 1435,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1436,
      "end": 1440,
      "loc": {
        "start": {
          "line": 52,
          "column": 21
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1440,
      "end": 1441,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1441,
      "end": 1445,
      "loc": {
        "start": {
          "line": 52,
          "column": 26
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 1446,
      "end": 1453,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1453,
      "end": 1454,
      "loc": {
        "start": {
          "line": 52,
          "column": 38
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cwd",
      "start": 1454,
      "end": 1457,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1457,
      "end": 1458,
      "loc": {
        "start": {
          "line": 52,
          "column": 42
        },
        "end": {
          "line": 52,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1458,
      "end": 1459,
      "loc": {
        "start": {
          "line": 52,
          "column": 43
        },
        "end": {
          "line": 52,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1459,
      "end": 1460,
      "loc": {
        "start": {
          "line": 52,
          "column": 44
        },
        "end": {
          "line": 52,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 1461,
      "end": 1467,
      "loc": {
        "start": {
          "line": 52,
          "column": 46
        },
        "end": {
          "line": 52,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1467,
      "end": 1468,
      "loc": {
        "start": {
          "line": 52,
          "column": 52
        },
        "end": {
          "line": 52,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1468,
      "end": 1472,
      "loc": {
        "start": {
          "line": 52,
          "column": 53
        },
        "end": {
          "line": 52,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1472,
      "end": 1473,
      "loc": {
        "start": {
          "line": 52,
          "column": 57
        },
        "end": {
          "line": 52,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1473,
      "end": 1474,
      "loc": {
        "start": {
          "line": 52,
          "column": 58
        },
        "end": {
          "line": 52,
          "column": 59
        }
      }
    },
    {
      "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": 1482,
      "end": 1484,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1486,
      "end": 1487,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1487,
      "end": 1495,
      "loc": {
        "start": {
          "line": 54,
          "column": 11
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1495,
      "end": 1496,
      "loc": {
        "start": {
          "line": 54,
          "column": 19
        },
        "end": {
          "line": 54,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1496,
      "end": 1504,
      "loc": {
        "start": {
          "line": 54,
          "column": 20
        },
        "end": {
          "line": 54,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1504,
      "end": 1505,
      "loc": {
        "start": {
          "line": 54,
          "column": 28
        },
        "end": {
          "line": 54,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "index.html",
      "start": 1505,
      "end": 1517,
      "loc": {
        "start": {
          "line": 54,
          "column": 29
        },
        "end": {
          "line": 54,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1517,
      "end": 1518,
      "loc": {
        "start": {
          "line": 54,
          "column": 41
        },
        "end": {
          "line": 54,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1518,
      "end": 1519,
      "loc": {
        "start": {
          "line": 54,
          "column": 42
        },
        "end": {
          "line": 54,
          "column": 43
        }
      }
    },
    {
      "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": 54,
          "column": 44
        },
        "end": {
          "line": 54,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1530,
      "end": 1538,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1539,
      "end": 1540,
      "loc": {
        "start": {
          "line": 55,
          "column": 17
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1541,
      "end": 1545,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1545,
      "end": 1546,
      "loc": {
        "start": {
          "line": 55,
          "column": 23
        },
        "end": {
          "line": 55,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1546,
      "end": 1550,
      "loc": {
        "start": {
          "line": 55,
          "column": 24
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1550,
      "end": 1551,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1551,
      "end": 1559,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1559,
      "end": 1560,
      "loc": {
        "start": {
          "line": 55,
          "column": 37
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "index.html",
      "start": 1561,
      "end": 1573,
      "loc": {
        "start": {
          "line": 55,
          "column": 39
        },
        "end": {
          "line": 55,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 55,
          "column": 51
        },
        "end": {
          "line": 55,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 55,
          "column": 52
        },
        "end": {
          "line": 55,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 7
        }
      }
    },
    {
      "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": 1590,
      "end": 1593,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1594,
      "end": 1598,
      "loc": {
        "start": {
          "line": 57,
          "column": 10
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1599,
      "end": 1600,
      "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": "readFileSync",
      "start": 1601,
      "end": 1613,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1613,
      "end": 1614,
      "loc": {
        "start": {
          "line": 57,
          "column": 29
        },
        "end": {
          "line": 57,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1614,
      "end": 1622,
      "loc": {
        "start": {
          "line": 57,
          "column": 30
        },
        "end": {
          "line": 57,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1622,
      "end": 1623,
      "loc": {
        "start": {
          "line": 57,
          "column": 38
        },
        "end": {
          "line": 57,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "utf-8",
      "start": 1624,
      "end": 1631,
      "loc": {
        "start": {
          "line": 57,
          "column": 40
        },
        "end": {
          "line": 57,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1631,
      "end": 1632,
      "loc": {
        "start": {
          "line": 57,
          "column": 47
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1632,
      "end": 1633,
      "loc": {
        "start": {
          "line": 57,
          "column": 48
        },
        "end": {
          "line": 57,
          "column": 49
        }
      }
    },
    {
      "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": 1640,
      "end": 1642,
      "loc": {
        "start": {
          "line": 58,
          "column": 6
        },
        "end": {
          "line": 58,
          "column": 8
        }
      }
    },
    {
      "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": 58,
          "column": 9
        },
        "end": {
          "line": 58,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 58,
          "column": 10
        },
        "end": {
          "line": 58,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1645,
      "end": 1649,
      "loc": {
        "start": {
          "line": 58,
          "column": 11
        },
        "end": {
          "line": 58,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1649,
      "end": 1650,
      "loc": {
        "start": {
          "line": 58,
          "column": 15
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 1650,
      "end": 1658,
      "loc": {
        "start": {
          "line": 58,
          "column": 16
        },
        "end": {
          "line": 58,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1658,
      "end": 1659,
      "loc": {
        "start": {
          "line": 58,
          "column": 24
        },
        "end": {
          "line": 58,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/reload/reload.js",
      "start": 1659,
      "end": 1678,
      "loc": {
        "start": {
          "line": 58,
          "column": 25
        },
        "end": {
          "line": 58,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1678,
      "end": 1679,
      "loc": {
        "start": {
          "line": 58,
          "column": 44
        },
        "end": {
          "line": 58,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1679,
      "end": 1680,
      "loc": {
        "start": {
          "line": 58,
          "column": 45
        },
        "end": {
          "line": 58,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1681,
      "end": 1682,
      "loc": {
        "start": {
          "line": 58,
          "column": 47
        },
        "end": {
          "line": 58,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1691,
      "end": 1695,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1696,
      "end": 1697,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1698,
      "end": 1702,
      "loc": {
        "start": {
          "line": 59,
          "column": 15
        },
        "end": {
          "line": 59,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1702,
      "end": 1703,
      "loc": {
        "start": {
          "line": 59,
          "column": 19
        },
        "end": {
          "line": 59,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1703,
      "end": 1710,
      "loc": {
        "start": {
          "line": 59,
          "column": 20
        },
        "end": {
          "line": 59,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 59,
          "column": 27
        },
        "end": {
          "line": 59,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "</body>",
      "start": 1711,
      "end": 1720,
      "loc": {
        "start": {
          "line": 59,
          "column": 28
        },
        "end": {
          "line": 59,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 59,
          "column": 37
        },
        "end": {
          "line": 59,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\t<script src=\"/reload/reload.js\"></script>\n</body>",
      "start": 1722,
      "end": 1776,
      "loc": {
        "start": {
          "line": 59,
          "column": 39
        },
        "end": {
          "line": 59,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 59,
          "column": 93
        },
        "end": {
          "line": 59,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1777,
      "end": 1778,
      "loc": {
        "start": {
          "line": 59,
          "column": 94
        },
        "end": {
          "line": 59,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "writeFileSync",
      "start": 1787,
      "end": 1800,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1800,
      "end": 1801,
      "loc": {
        "start": {
          "line": 60,
          "column": 21
        },
        "end": {
          "line": 60,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demoPath",
      "start": 1801,
      "end": 1809,
      "loc": {
        "start": {
          "line": 60,
          "column": 22
        },
        "end": {
          "line": 60,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1809,
      "end": 1810,
      "loc": {
        "start": {
          "line": 60,
          "column": 30
        },
        "end": {
          "line": 60,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1811,
      "end": 1815,
      "loc": {
        "start": {
          "line": 60,
          "column": 32
        },
        "end": {
          "line": 60,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1815,
      "end": 1816,
      "loc": {
        "start": {
          "line": 60,
          "column": 36
        },
        "end": {
          "line": 60,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1816,
      "end": 1817,
      "loc": {
        "start": {
          "line": 60,
          "column": 37
        },
        "end": {
          "line": 60,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1824,
      "end": 1825,
      "loc": {
        "start": {
          "line": 61,
          "column": 6
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1834,
      "end": 1835,
      "loc": {
        "start": {
          "line": 63,
          "column": 2
        },
        "end": {
          "line": 63,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runWorker",
      "start": 1839,
      "end": 1848,
      "loc": {
        "start": {
          "line": 65,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1848,
      "end": 1849,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 1849,
      "end": 1853,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1853,
      "end": 1854,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1855,
      "end": 1861,
      "loc": {
        "start": {
          "line": 65,
          "column": 18
        },
        "end": {
          "line": 65,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1861,
      "end": 1862,
      "loc": {
        "start": {
          "line": 65,
          "column": 24
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1863,
      "end": 1864,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "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": 1869,
      "end": 1871,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1872,
      "end": 1873,
      "loc": {
        "start": {
          "line": 66,
          "column": 7
        },
        "end": {
          "line": 66,
          "column": 8
        }
      }
    },
    {
      "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": 1873,
      "end": 1877,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1877,
      "end": 1878,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 1878,
      "end": 1882,
      "loc": {
        "start": {
          "line": 66,
          "column": 13
        },
        "end": {
          "line": 66,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1882,
      "end": 1883,
      "loc": {
        "start": {
          "line": 66,
          "column": 17
        },
        "end": {
          "line": 66,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "worker",
      "start": 1892,
      "end": 1898,
      "loc": {
        "start": {
          "line": 67,
          "column": 6
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "kill",
      "start": 1899,
      "end": 1903,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1903,
      "end": 1904,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 20
        }
      }
    },
    {
      "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": 1913,
      "end": 1917,
      "loc": {
        "start": {
          "line": 68,
          "column": 6
        },
        "end": {
          "line": 68,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1917,
      "end": 1918,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 1918,
      "end": 1922,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "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": 1925,
      "end": 1930,
      "loc": {
        "start": {
          "line": 68,
          "column": 18
        },
        "end": {
          "line": 68,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1930,
      "end": 1931,
      "loc": {
        "start": {
          "line": 68,
          "column": 23
        },
        "end": {
          "line": 68,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1936,
      "end": 1937,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 5
        }
      }
    },
    {
      "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": 1942,
      "end": 1946,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1946,
      "end": 1947,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 1947,
      "end": 1951,
      "loc": {
        "start": {
          "line": 70,
          "column": 9
        },
        "end": {
          "line": 70,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1952,
      "end": 1953,
      "loc": {
        "start": {
          "line": 70,
          "column": 14
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 1954,
      "end": 1958,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "worker",
      "start": 1964,
      "end": 1970,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 71,
          "column": 11
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fork",
      "start": 1973,
      "end": 1977,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1978,
      "end": 1982,
      "loc": {
        "start": {
          "line": 71,
          "column": 18
        },
        "end": {
          "line": 71,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1982,
      "end": 1983,
      "loc": {
        "start": {
          "line": 71,
          "column": 22
        },
        "end": {
          "line": 71,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1983,
      "end": 1987,
      "loc": {
        "start": {
          "line": 71,
          "column": 23
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1987,
      "end": 1988,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dirname",
      "start": 1988,
      "end": 1997,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1997,
      "end": 1998,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "workers/watcher-worker.js",
      "start": 1999,
      "end": 2026,
      "loc": {
        "start": {
          "line": 71,
          "column": 39
        },
        "end": {
          "line": 71,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2026,
      "end": 2027,
      "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": 2027,
      "end": 2028,
      "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": 2028,
      "end": 2029,
      "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": "worker",
      "start": 2034,
      "end": 2040,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 72,
          "column": 10
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 2041,
      "end": 2043,
      "loc": {
        "start": {
          "line": 72,
          "column": 11
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2043,
      "end": 2044,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "message",
      "start": 2044,
      "end": 2053,
      "loc": {
        "start": {
          "line": 72,
          "column": 14
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2053,
      "end": 2054,
      "loc": {
        "start": {
          "line": 72,
          "column": 23
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 2055,
      "end": 2062,
      "loc": {
        "start": {
          "line": 72,
          "column": 25
        },
        "end": {
          "line": 72,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2063,
      "end": 2065,
      "loc": {
        "start": {
          "line": 72,
          "column": 33
        },
        "end": {
          "line": 72,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 72,
          "column": 36
        },
        "end": {
          "line": 72,
          "column": 37
        }
      }
    },
    {
      "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": 2074,
      "end": 2076,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 73,
          "column": 9
        },
        "end": {
          "line": 73,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 2078,
      "end": 2085,
      "loc": {
        "start": {
          "line": 73,
          "column": 10
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2086,
      "end": 2089,
      "loc": {
        "start": {
          "line": 73,
          "column": 18
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "done",
      "start": 2090,
      "end": 2096,
      "loc": {
        "start": {
          "line": 73,
          "column": 22
        },
        "end": {
          "line": 73,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 73,
          "column": 28
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2098,
      "end": 2099,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 31
        }
      }
    },
    {
      "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": 2108,
      "end": 2112,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2112,
      "end": 2113,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "configureDemo",
      "start": 2113,
      "end": 2126,
      "loc": {
        "start": {
          "line": 74,
          "column": 13
        },
        "end": {
          "line": 74,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2126,
      "end": 2127,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "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": 2127,
      "end": 2131,
      "loc": {
        "start": {
          "line": 74,
          "column": 27
        },
        "end": {
          "line": 74,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2131,
      "end": 2132,
      "loc": {
        "start": {
          "line": 74,
          "column": 31
        },
        "end": {
          "line": 74,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 2132,
      "end": 2138,
      "loc": {
        "start": {
          "line": 74,
          "column": 32
        },
        "end": {
          "line": 74,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2138,
      "end": 2139,
      "loc": {
        "start": {
          "line": 74,
          "column": 38
        },
        "end": {
          "line": 74,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 74,
          "column": 39
        },
        "end": {
          "line": 74,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 2149,
      "end": 2156,
      "loc": {
        "start": {
          "line": 75,
          "column": 8
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "reload",
      "start": 2159,
      "end": 2167,
      "loc": {
        "start": {
          "line": 75,
          "column": 18
        },
        "end": {
          "line": 75,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2167,
      "end": 2168,
      "loc": {
        "start": {
          "line": 75,
          "column": 26
        },
        "end": {
          "line": 75,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2175,
      "end": 2176,
      "loc": {
        "start": {
          "line": 76,
          "column": 6
        },
        "end": {
          "line": 76,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 2183,
      "end": 2189,
      "loc": {
        "start": {
          "line": 77,
          "column": 6
        },
        "end": {
          "line": 77,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2189,
      "end": 2190,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 2190,
      "end": 2193,
      "loc": {
        "start": {
          "line": 77,
          "column": 13
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2193,
      "end": 2194,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2194,
      "end": 2195,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[",
      "start": 2195,
      "end": 2196,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2196,
      "end": 2198,
      "loc": {
        "start": {
          "line": 77,
          "column": 19
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "time",
      "start": 2198,
      "end": 2202,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2202,
      "end": 2203,
      "loc": {
        "start": {
          "line": 77,
          "column": 25
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 77,
          "column": 26
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2204,
      "end": 2205,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "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": 2205,
      "end": 2207,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2207,
      "end": 2209,
      "loc": {
        "start": {
          "line": 77,
          "column": 30
        },
        "end": {
          "line": 77,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 2209,
      "end": 2215,
      "loc": {
        "start": {
          "line": 77,
          "column": 32
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 2216,
      "end": 2222,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2222,
      "end": 2223,
      "loc": {
        "start": {
          "line": 77,
          "column": 45
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Reloading browser",
      "start": 2223,
      "end": 2242,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2242,
      "end": 2243,
      "loc": {
        "start": {
          "line": 77,
          "column": 65
        },
        "end": {
          "line": 77,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 2244,
      "end": 2250,
      "loc": {
        "start": {
          "line": 77,
          "column": 67
        },
        "end": {
          "line": 77,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2250,
      "end": 2251,
      "loc": {
        "start": {
          "line": 77,
          "column": 73
        },
        "end": {
          "line": 77,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2251,
      "end": 2252,
      "loc": {
        "start": {
          "line": 77,
          "column": 74
        },
        "end": {
          "line": 77,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2252,
      "end": 2252,
      "loc": {
        "start": {
          "line": 77,
          "column": 75
        },
        "end": {
          "line": 77,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2252,
      "end": 2253,
      "loc": {
        "start": {
          "line": 77,
          "column": 75
        },
        "end": {
          "line": 77,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 77,
          "column": 76
        },
        "end": {
          "line": 77,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2254,
      "end": 2255,
      "loc": {
        "start": {
          "line": 77,
          "column": 77
        },
        "end": {
          "line": 77,
          "column": 78
        }
      }
    },
    {
      "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": 2262,
      "end": 2266,
      "loc": {
        "start": {
          "line": 78,
          "column": 6
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2266,
      "end": 2267,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 2267,
      "end": 2271,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2271,
      "end": 2272,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 2272,
      "end": 2279,
      "loc": {
        "start": {
          "line": 78,
          "column": 16
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2279,
      "end": 2280,
      "loc": {
        "start": {
          "line": 78,
          "column": 23
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "worker",
      "start": 2288,
      "end": 2294,
      "loc": {
        "start": {
          "line": 79,
          "column": 6
        },
        "end": {
          "line": 79,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2294,
      "end": 2295,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "kill",
      "start": 2295,
      "end": 2299,
      "loc": {
        "start": {
          "line": 79,
          "column": 13
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2299,
      "end": 2300,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2300,
      "end": 2301,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "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": 2309,
      "end": 2313,
      "loc": {
        "start": {
          "line": 80,
          "column": 6
        },
        "end": {
          "line": 80,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "busy",
      "start": 2314,
      "end": 2318,
      "loc": {
        "start": {
          "line": 80,
          "column": 11
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2319,
      "end": 2320,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "column": 17
        }
      }
    },
    {
      "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": 2321,
      "end": 2326,
      "loc": {
        "start": {
          "line": 80,
          "column": 18
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2326,
      "end": 2327,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 81,
          "column": 5
        },
        "end": {
          "line": 81,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 81,
          "column": 6
        },
        "end": {
          "line": 81,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "worker",
      "start": 2340,
      "end": 2346,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 82,
          "column": 10
        },
        "end": {
          "line": 82,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 2347,
      "end": 2351,
      "loc": {
        "start": {
          "line": 82,
          "column": 11
        },
        "end": {
          "line": 82,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2351,
      "end": 2352,
      "loc": {
        "start": {
          "line": 82,
          "column": 15
        },
        "end": {
          "line": 82,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2352,
      "end": 2353,
      "loc": {
        "start": {
          "line": 82,
          "column": 16
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 2353,
      "end": 2357,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2357,
      "end": 2358,
      "loc": {
        "start": {
          "line": 82,
          "column": 21
        },
        "end": {
          "line": 82,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "task",
      "start": 2359,
      "end": 2363,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2363,
      "end": 2364,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2365,
      "end": 2371,
      "loc": {
        "start": {
          "line": 82,
          "column": 29
        },
        "end": {
          "line": 82,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2371,
      "end": 2372,
      "loc": {
        "start": {
          "line": 82,
          "column": 35
        },
        "end": {
          "line": 82,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2373,
      "end": 2379,
      "loc": {
        "start": {
          "line": 82,
          "column": 37
        },
        "end": {
          "line": 82,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2379,
      "end": 2380,
      "loc": {
        "start": {
          "line": 82,
          "column": 43
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2380,
      "end": 2381,
      "loc": {
        "start": {
          "line": 82,
          "column": 44
        },
        "end": {
          "line": 82,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2381,
      "end": 2382,
      "loc": {
        "start": {
          "line": 82,
          "column": 45
        },
        "end": {
          "line": 82,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2385,
      "end": 2386,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " on(event, fn) {",
      "start": 2390,
      "end": 2408,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   this.on(event, fn);",
      "start": 2411,
      "end": 2435,
      "loc": {
        "start": {
          "line": 86,
          "column": 2
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 2438,
      "end": 2442,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 87,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this.watcher = chokidar.watch(config.watchers, config.options);",
      "start": 2448,
      "end": 2514,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this.watcher.on('change', path => logger.log(`File ${path} has been changed`));",
      "start": 2519,
      "end": 2601,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2602,
      "end": 2603,
      "loc": {
        "start": {
          "line": 91,
          "column": 0
        },
        "end": {
          "line": 91,
          "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": 2604,
      "end": 2610,
      "loc": {
        "start": {
          "line": 92,
          "column": 0
        },
        "end": {
          "line": 92,
          "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": 2611,
      "end": 2618,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "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": 2619,
      "end": 2622,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Watcher",
      "start": 2623,
      "end": 2630,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2630,
      "end": 2631,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 92,
          "column": 27
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2634,
      "end": 2634,
      "loc": {
        "start": {
          "line": 93,
          "column": 0
        },
        "end": {
          "line": 93,
          "column": 0
        }
      }
    }
  ]
}