{
  "type": "Program",
  "start": 0,
  "end": 2285,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 88,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "Identifier",
      "start": 0,
      "end": 2160,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 6,
          "end": 2159,
          "loc": {
            "start": {
              "line": 1,
              "column": 6
            },
            "end": {
              "line": 80,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 6,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "config"
          },
          "init": {
            "type": "ObjectExpression",
            "start": 15,
            "end": 2159,
            "loc": {
              "start": {
                "line": 1,
                "column": 15
              },
              "end": {
                "line": 80,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "Property",
                "start": 21,
                "end": 2056,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4
                  },
                  "end": {
                    "line": 73,
                    "column": 5
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 21,
                  "end": 29,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4
                    },
                    "end": {
                      "line": 2,
                      "column": 12
                    }
                  },
                  "name": "settings"
                },
                "value": {
                  "type": "ObjectExpression",
                  "start": 31,
                  "end": 2056,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 14
                    },
                    "end": {
                      "line": 73,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 41,
                      "end": 911,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 9
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 41,
                        "end": 48,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8
                          },
                          "end": {
                            "line": 3,
                            "column": 15
                          }
                        },
                        "name": "runtime"
                      },
                      "value": {
                        "type": "ObjectExpression",
                        "start": 50,
                        "end": 911,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 17
                          },
                          "end": {
                            "line": 30,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 64,
                            "end": 104,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 12
                              },
                              "end": {
                                "line": 4,
                                "column": 52
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 64,
                              "end": 69,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 12
                                },
                                "end": {
                                  "line": 4,
                                  "column": 17
                                }
                              },
                              "name": "stats"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 71,
                              "end": 104,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 19
                                },
                                "end": {
                                  "line": 4,
                                  "column": 52
                                }
                              },
                              "value": "build/client/webpack-stats.json",
                              "rawValue": "build/client/webpack-stats.json",
                              "raw": "'build/client/webpack-stats.json'"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 118,
                            "end": 137,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 12
                              },
                              "end": {
                                "line": 5,
                                "column": 31
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 118,
                              "end": 133,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12
                                },
                                "end": {
                                  "line": 5,
                                  "column": 27
                                }
                              },
                              "name": "applicationName"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 135,
                              "end": 137,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 29
                                },
                                "end": {
                                  "line": 5,
                                  "column": 31
                                }
                              },
                              "value": "",
                              "rawValue": "",
                              "raw": "''"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 151,
                            "end": 309,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 12
                              },
                              "end": {
                                "line": 9,
                                "column": 14
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 151,
                              "end": 155,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 12
                                },
                                "end": {
                                  "line": 6,
                                  "column": 16
                                }
                              },
                              "name": "meta"
                            },
                            "value": {
                              "type": "ArrayExpression",
                              "start": 157,
                              "end": 309,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 18
                                },
                                "end": {
                                  "line": 9,
                                  "column": 14
                                }
                              },
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 158,
                                  "end": 308,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 13
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 176,
                                      "end": 192,
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 32
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 176,
                                        "end": 180,
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 20
                                          }
                                        },
                                        "name": "name"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 182,
                                        "end": 192,
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 32
                                          }
                                        },
                                        "value": "viewport",
                                        "rawValue": "viewport",
                                        "raw": "'viewport'"
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 210,
                                      "end": 294,
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 100
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 210,
                                        "end": 217,
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 23
                                          }
                                        },
                                        "name": "content"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 219,
                                        "end": 294,
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 100
                                          }
                                        },
                                        "value": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0",
                                        "rawValue": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0",
                                        "raw": "'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'"
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 323,
                            "end": 411,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 12
                              },
                              "end": {
                                "line": 13,
                                "column": 14
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 323,
                              "end": 327,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 10,
                                  "column": 16
                                }
                              },
                              "name": "link"
                            },
                            "value": {
                              "type": "ArrayExpression",
                              "start": 329,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 18
                                },
                                "end": {
                                  "line": 13,
                                  "column": 14
                                }
                              },
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 330,
                                  "end": 410,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 13
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 348,
                                      "end": 359,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 27
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 348,
                                        "end": 351,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 19
                                          }
                                        },
                                        "name": "rel"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 353,
                                        "end": 359,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 27
                                          }
                                        },
                                        "value": "icon",
                                        "rawValue": "icon",
                                        "raw": "'icon'"
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 377,
                                      "end": 396,
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 35
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 377,
                                        "end": 381,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 20
                                          }
                                        },
                                        "name": "href"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 383,
                                        "end": 396,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 35
                                          }
                                        },
                                        "value": "favicon.png",
                                        "rawValue": "favicon.png",
                                        "raw": "'favicon.png'"
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 501,
                            "end": 583,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 501,
                              "end": 505,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 12
                                },
                                "end": {
                                  "line": 15,
                                  "column": 16
                                }
                              },
                              "name": "base",
                              "leadingComments": null
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 507,
                              "end": 583,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 18
                                },
                                "end": {
                                  "line": 18,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 525,
                                  "end": 541,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 525,
                                    "end": 529,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 20
                                      }
                                    },
                                    "name": "href"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 531,
                                    "end": 541,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 32
                                      }
                                    },
                                    "value": "ROC_PATH",
                                    "rawValue": "ROC_PATH",
                                    "raw": "'ROC_PATH'"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 559,
                                  "end": 569,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 26
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 559,
                                    "end": 565,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 22
                                      }
                                    },
                                    "name": "target"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 567,
                                    "end": 569,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 26
                                      }
                                    },
                                    "value": "",
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " ROC_PATH will be replaced with what is defined in build.path",
                                "start": 425,
                                "end": 488,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 75
                                  }
                                },
                                "range": [
                                  425,
                                  488
                                ]
                              }
                            ]
                          },
                          {
                            "type": "Property",
                            "start": 597,
                            "end": 607,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 12
                              },
                              "end": {
                                "line": 19,
                                "column": 22
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 597,
                              "end": 603,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 12
                                },
                                "end": {
                                  "line": 19,
                                  "column": 18
                                }
                              },
                              "name": "script"
                            },
                            "value": {
                              "type": "ArrayExpression",
                              "start": 605,
                              "end": 607,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 22
                                }
                              },
                              "elements": []
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 621,
                            "end": 630,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 21
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 621,
                              "end": 624,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 12
                                },
                                "end": {
                                  "line": 20,
                                  "column": 15
                                }
                              },
                              "name": "ssr"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 626,
                              "end": 630,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 17
                                },
                                "end": {
                                  "line": 20,
                                  "column": 21
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 644,
                            "end": 665,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 33
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 644,
                              "end": 658,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 26
                                }
                              },
                              "name": "clientBlocking"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 660,
                              "end": 665,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 28
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                }
                              },
                              "value": false,
                              "rawValue": false,
                              "raw": "false"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 679,
                            "end": 764,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 25,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 679,
                              "end": 687,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 20
                                }
                              },
                              "name": "template"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 689,
                              "end": 764,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 22
                                },
                                "end": {
                                  "line": 25,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 707,
                                  "end": 715,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 24
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 707,
                                    "end": 711,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 20
                                      }
                                    },
                                    "name": "path"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 713,
                                    "end": 715,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 24
                                      }
                                    },
                                    "value": "",
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 733,
                                  "end": 750,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 33
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 733,
                                    "end": 737,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 20
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 739,
                                    "end": 750,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 33
                                      }
                                    },
                                    "value": "main.html",
                                    "rawValue": "main.html",
                                    "raw": "'main.html'"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 778,
                            "end": 832,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 12
                              },
                              "end": {
                                "line": 28,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 778,
                              "end": 783,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 17
                                }
                              },
                              "name": "debug"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 785,
                              "end": 832,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 19
                                },
                                "end": {
                                  "line": 28,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 803,
                                  "end": 818,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 31
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 803,
                                    "end": 809,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 22
                                      }
                                    },
                                    "name": "client"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 811,
                                    "end": 818,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 31
                                      }
                                    },
                                    "value": "roc:*",
                                    "rawValue": "roc:*",
                                    "raw": "'roc:*'"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 846,
                            "end": 901,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 12
                              },
                              "end": {
                                "line": 29,
                                "column": 67
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 846,
                              "end": 869,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 12
                                },
                                "end": {
                                  "line": 29,
                                  "column": 35
                                }
                              },
                              "name": "configWhitelistProperty"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 871,
                              "end": 901,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 37
                                },
                                "end": {
                                  "line": 29,
                                  "column": 67
                                }
                              },
                              "value": "DANGEROUSLY_EXPOSE_TO_CLIENT",
                              "rawValue": "DANGEROUSLY_EXPOSE_TO_CLIENT",
                              "raw": "'DANGEROUSLY_EXPOSE_TO_CLIENT'"
                            },
                            "kind": "init"
                          }
                        ]
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 922,
                      "end": 1641,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 9
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 922,
                        "end": 925,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 11
                          }
                        },
                        "name": "dev"
                      },
                      "value": {
                        "type": "ObjectExpression",
                        "start": 927,
                        "end": 1641,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 13
                          },
                          "end": {
                            "line": 56,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 1007,
                            "end": 1018,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 12
                              },
                              "end": {
                                "line": 34,
                                "column": 23
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1007,
                              "end": 1011,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 16
                                }
                              },
                              "name": "a11y",
                              "leadingComments": null
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1013,
                              "end": 1018,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 18
                                },
                                "end": {
                                  "line": 34,
                                  "column": 23
                                }
                              },
                              "value": false,
                              "rawValue": false,
                              "raw": "false"
                            },
                            "kind": "init",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " FIXME Does not play nice with Redux Devtools, a11y",
                                "start": 941,
                                "end": 994,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 65
                                  }
                                },
                                "range": [
                                  941,
                                  994
                                ]
                              }
                            ]
                          },
                          {
                            "type": "Property",
                            "start": 1032,
                            "end": 1295,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 12
                              },
                              "end": {
                                "line": 43,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1032,
                              "end": 1045,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 35,
                                  "column": 25
                                }
                              },
                              "name": "reduxDevtools"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 1047,
                              "end": 1295,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 27
                                },
                                "end": {
                                  "line": 43,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 1065,
                                  "end": 1078,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 29
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1065,
                                    "end": 1072,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 23
                                      }
                                    },
                                    "name": "enabled"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1074,
                                    "end": 1078,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 29
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1096,
                                  "end": 1113,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 33
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1096,
                                    "end": 1104,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 24
                                      }
                                    },
                                    "name": "position"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1106,
                                    "end": 1113,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 33
                                      }
                                    },
                                    "value": "right",
                                    "rawValue": "right",
                                    "raw": "'right'"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1131,
                                  "end": 1140,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 25
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1131,
                                    "end": 1135,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 20
                                      }
                                    },
                                    "name": "size"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1137,
                                    "end": 1140,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 25
                                      }
                                    },
                                    "value": 0.3,
                                    "rawValue": 0.3,
                                    "raw": "0.3"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1158,
                                  "end": 1176,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 34
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1158,
                                    "end": 1171,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 29
                                      }
                                    },
                                    "name": "visibilityKey"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1173,
                                    "end": 1176,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 34
                                      }
                                    },
                                    "value": "H",
                                    "rawValue": "H",
                                    "raw": "'H'"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1194,
                                  "end": 1210,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 32
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1194,
                                    "end": 1205,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 27
                                      }
                                    },
                                    "name": "positionKey"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1207,
                                    "end": 1210,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 32
                                      }
                                    },
                                    "value": "Q",
                                    "rawValue": "Q",
                                    "raw": "'Q'"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1228,
                                  "end": 1249,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 37
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1228,
                                    "end": 1242,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 30
                                      }
                                    },
                                    "name": "defaultVisible"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1244,
                                    "end": 1249,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 37
                                      }
                                    },
                                    "value": false,
                                    "rawValue": false,
                                    "raw": "false"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1267,
                                  "end": 1281,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 30
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1267,
                                    "end": 1272,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 21
                                      }
                                    },
                                    "name": "theme"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1274,
                                    "end": 1281,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 30
                                      }
                                    },
                                    "value": "ocean",
                                    "rawValue": "ocean",
                                    "raw": "'ocean'"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1310,
                            "end": 1466,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 12
                              },
                              "end": {
                                "line": 50,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1310,
                              "end": 1321,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 12
                                },
                                "end": {
                                  "line": 45,
                                  "column": 23
                                }
                              },
                              "name": "reduxLogger"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 1323,
                              "end": 1466,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 25
                                },
                                "end": {
                                  "line": 50,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 1341,
                                  "end": 1354,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 29
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1341,
                                    "end": 1346,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 21
                                      }
                                    },
                                    "name": "level"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1348,
                                    "end": 1354,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 29
                                      }
                                    },
                                    "value": "info",
                                    "rawValue": "info",
                                    "raw": "'info'"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1372,
                                  "end": 1387,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 31
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1372,
                                    "end": 1381,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 25
                                      }
                                    },
                                    "name": "collapsed"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1383,
                                    "end": 1387,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 31
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1405,
                                  "end": 1419,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 30
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1405,
                                    "end": 1413,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 24
                                      }
                                    },
                                    "name": "duration"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1415,
                                    "end": 1419,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 30
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1437,
                                  "end": 1452,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 31
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1437,
                                    "end": 1446,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 25
                                      }
                                    },
                                    "name": "timestamp"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1448,
                                    "end": 1452,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 31
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1481,
                            "end": 1631,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 12
                              },
                              "end": {
                                "line": 55,
                                "column": 13
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1481,
                              "end": 1490,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 12
                                },
                                "end": {
                                  "line": 52,
                                  "column": 21
                                }
                              },
                              "name": "yellowbox"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 1492,
                              "end": 1631,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 23
                                },
                                "end": {
                                  "line": 55,
                                  "column": 13
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 1510,
                                  "end": 1523,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 29
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1510,
                                    "end": 1517,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 23
                                      }
                                    },
                                    "name": "enabled"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1519,
                                    "end": 1523,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 29
                                      }
                                    },
                                    "value": true,
                                    "rawValue": true,
                                    "raw": "true"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1541,
                                  "end": 1617,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 92
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1541,
                                    "end": 1547,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 22
                                      }
                                    },
                                    "name": "ignore"
                                  },
                                  "value": {
                                    "type": "ArrayExpression",
                                    "start": 1549,
                                    "end": 1617,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 92
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "start": 1550,
                                        "end": 1557,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 32
                                          }
                                        },
                                        "value": "[HMR]",
                                        "rawValue": "[HMR]",
                                        "raw": "'[HMR]'"
                                      },
                                      {
                                        "type": "Literal",
                                        "start": 1559,
                                        "end": 1616,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 91
                                          }
                                        },
                                        "value": "Warning: React attempted to reuse markup in a container",
                                        "rawValue": "Warning: React attempted to reuse markup in a container",
                                        "raw": "'Warning: React attempted to reuse markup in a container'"
                                      }
                                    ]
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          }
                        ]
                      },
                      "kind": "init"
                    },
                    {
                      "type": "Property",
                      "start": 1652,
                      "end": 2050,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 72,
                          "column": 9
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1652,
                        "end": 1657,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 13
                          }
                        },
                        "name": "build"
                      },
                      "value": {
                        "type": "ObjectExpression",
                        "start": 1659,
                        "end": 2050,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 15
                          },
                          "end": {
                            "line": 72,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 1673,
                            "end": 1705,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 12
                              },
                              "end": {
                                "line": 59,
                                "column": 44
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1673,
                              "end": 1678,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 12
                                },
                                "end": {
                                  "line": 59,
                                  "column": 17
                                }
                              },
                              "name": "entry"
                            },
                            "value": {
                              "type": "ObjectExpression",
                              "start": 1680,
                              "end": 1705,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 19
                                },
                                "end": {
                                  "line": 59,
                                  "column": 44
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 1682,
                                  "end": 1692,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 31
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1682,
                                    "end": 1688,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 27
                                      }
                                    },
                                    "name": "client"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1690,
                                    "end": 1692,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 31
                                      }
                                    },
                                    "value": "",
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 1694,
                                  "end": 1704,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 43
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1694,
                                    "end": 1700,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 39
                                      }
                                    },
                                    "name": "server"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1702,
                                    "end": 1704,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 43
                                      }
                                    },
                                    "value": "",
                                    "rawValue": "",
                                    "raw": "''"
                                  },
                                  "kind": "init"
                                }
                              ]
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1720,
                            "end": 1743,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 12
                              },
                              "end": {
                                "line": 61,
                                "column": 35
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1720,
                              "end": 1728,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 12
                                },
                                "end": {
                                  "line": 61,
                                  "column": 20
                                }
                              },
                              "name": "reducers"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1730,
                              "end": 1743,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 22
                                },
                                "end": {
                                  "line": 61,
                                  "column": 35
                                }
                              },
                              "value": "reducers.js",
                              "rawValue": "reducers.js",
                              "raw": "'reducers.js'"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1757,
                            "end": 1781,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 12
                              },
                              "end": {
                                "line": 62,
                                "column": 36
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1757,
                              "end": 1775,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 12
                                },
                                "end": {
                                  "line": 62,
                                  "column": 30
                                }
                              },
                              "name": "useDefaultReducers"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1777,
                              "end": 1781,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 32
                                },
                                "end": {
                                  "line": 62,
                                  "column": 36
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1796,
                            "end": 1815,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 12
                              },
                              "end": {
                                "line": 64,
                                "column": 31
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1796,
                              "end": 1802,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 12
                                },
                                "end": {
                                  "line": 64,
                                  "column": 18
                                }
                              },
                              "name": "routes"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1804,
                              "end": 1815,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 20
                                },
                                "end": {
                                  "line": 64,
                                  "column": 31
                                }
                              },
                              "value": "routes.js",
                              "rawValue": "routes.js",
                              "raw": "'routes.js'"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1829,
                            "end": 1851,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 65,
                                "column": 34
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1829,
                              "end": 1845,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 28
                                }
                              },
                              "name": "useDefaultRoutes"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1847,
                              "end": 1851,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 30
                                },
                                "end": {
                                  "line": 65,
                                  "column": 34
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1866,
                            "end": 1906,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 12
                              },
                              "end": {
                                "line": 67,
                                "column": 52
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1866,
                              "end": 1882,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 12
                                },
                                "end": {
                                  "line": 67,
                                  "column": 28
                                }
                              },
                              "name": "reduxMiddlewares"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1884,
                              "end": 1906,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 30
                                },
                                "end": {
                                  "line": 67,
                                  "column": 52
                                }
                              },
                              "value": "redux-middlewares.js",
                              "rawValue": "redux-middlewares.js",
                              "raw": "'redux-middlewares.js'"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1920,
                            "end": 1952,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 68,
                                "column": 44
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1920,
                              "end": 1946,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 12
                                },
                                "end": {
                                  "line": 68,
                                  "column": 38
                                }
                              },
                              "name": "useDefaultReduxMiddlewares"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1948,
                              "end": 1952,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 40
                                },
                                "end": {
                                  "line": 68,
                                  "column": 44
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1967,
                            "end": 1984,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 29
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1967,
                              "end": 1980,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 25
                                }
                              },
                              "name": "clientLoading"
                            },
                            "value": {
                              "type": "Literal",
                              "start": 1982,
                              "end": 1984,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 27
                                },
                                "end": {
                                  "line": 70,
                                  "column": 29
                                }
                              },
                              "value": "",
                              "rawValue": "",
                              "raw": "''"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 1998,
                            "end": 2040,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 12
                              },
                              "end": {
                                "line": 71,
                                "column": 54
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1998,
                              "end": 2004,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 12
                                },
                                "end": {
                                  "line": 71,
                                  "column": 18
                                }
                              },
                              "name": "assets"
                            },
                            "value": {
                              "type": "ArrayExpression",
                              "start": 2006,
                              "end": 2040,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 20
                                },
                                "end": {
                                  "line": 71,
                                  "column": 54
                                }
                              },
                              "elements": [
                                {
                                  "type": "Literal",
                                  "start": 2007,
                                  "end": 2039,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 53
                                    }
                                  },
                                  "value": "roc-web-react/styles/base.scss",
                                  "rawValue": "roc-web-react/styles/base.scss",
                                  "raw": "'roc-web-react/styles/base.scss'"
                                }
                              ]
                            },
                            "kind": "init"
                          }
                        ]
                      },
                      "kind": "init"
                    }
                  ]
                },
                "kind": "init"
              },
              {
                "type": "Property",
                "start": 2063,
                "end": 2157,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 5
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2063,
                  "end": 2070,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 4
                    },
                    "end": {
                      "line": 75,
                      "column": 11
                    }
                  },
                  "name": "plugins"
                },
                "value": {
                  "type": "ObjectExpression",
                  "start": 2072,
                  "end": 2157,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 13
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "Property",
                      "start": 2082,
                      "end": 2151,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 9
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2082,
                        "end": 2095,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 21
                          }
                        },
                        "name": "createBuilder"
                      },
                      "value": {
                        "type": "ObjectExpression",
                        "start": 2097,
                        "end": 2151,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 23
                          },
                          "end": {
                            "line": 78,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 2111,
                            "end": 2141,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 42
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 2111,
                              "end": 2118,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 19
                                }
                              },
                              "name": "default"
                            },
                            "value": {
                              "type": "CallExpression",
                              "start": 2120,
                              "end": 2141,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 21
                                },
                                "end": {
                                  "line": 77,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2120,
                                "end": 2127,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 28
                                  }
                                },
                                "name": "require"
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 2128,
                                  "end": 2140,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 41
                                    }
                                  },
                                  "value": "../builder",
                                  "rawValue": "../builder",
                                  "raw": "'../builder'"
                                }
                              ]
                            },
                            "kind": "init"
                          }
                        ]
                      },
                      "kind": "init"
                    }
                  ]
                },
                "kind": "init"
              }
            ]
          }
        }
      ],
      "kind": "const",
      "trailingComments": [],
      "name": "_",
      "leadingComments": []
    },
    {
      "type": "Identifier",
      "start": 2262,
      "end": 2284,
      "loc": {
        "start": {
          "line": 87,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 22
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 2277,
        "end": 2283,
        "loc": {
          "start": {
            "line": 87,
            "column": 15
          },
          "end": {
            "line": 87,
            "column": 21
          }
        },
        "name": "config",
        "leadingComments": null
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2262,
      "end": 2284,
      "loc": {
        "start": {
          "line": 87,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 22
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 2160,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 80,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 2159,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 80,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 12,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 1,
                  "column": 12
                }
              },
              "name": "config"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 15,
              "end": 2159,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15
                },
                "end": {
                  "line": 80,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "Property",
                  "start": 21,
                  "end": 2056,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4
                    },
                    "end": {
                      "line": 73,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 21,
                    "end": 29,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 4
                      },
                      "end": {
                        "line": 2,
                        "column": 12
                      }
                    },
                    "name": "settings"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 31,
                    "end": 2056,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 14
                      },
                      "end": {
                        "line": 73,
                        "column": 5
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 41,
                        "end": 911,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 9
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 41,
                          "end": 48,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 8
                            },
                            "end": {
                              "line": 3,
                              "column": 15
                            }
                          },
                          "name": "runtime"
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "start": 50,
                          "end": 911,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 17
                            },
                            "end": {
                              "line": 30,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 64,
                              "end": 104,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 12
                                },
                                "end": {
                                  "line": 4,
                                  "column": 52
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 64,
                                "end": 69,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 17
                                  }
                                },
                                "name": "stats"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 71,
                                "end": 104,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 52
                                  }
                                },
                                "value": "build/client/webpack-stats.json",
                                "rawValue": "build/client/webpack-stats.json",
                                "raw": "'build/client/webpack-stats.json'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 118,
                              "end": 137,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12
                                },
                                "end": {
                                  "line": 5,
                                  "column": 31
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 118,
                                "end": 133,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 27
                                  }
                                },
                                "name": "applicationName"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 135,
                                "end": 137,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 31
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 151,
                              "end": 309,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 12
                                },
                                "end": {
                                  "line": 9,
                                  "column": 14
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 151,
                                "end": 155,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 16
                                  }
                                },
                                "name": "meta"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 157,
                                "end": 309,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 14
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 158,
                                    "end": 308,
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 13
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 176,
                                        "end": 192,
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 32
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 176,
                                          "end": 180,
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 20
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 182,
                                          "end": 192,
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 32
                                            }
                                          },
                                          "value": "viewport",
                                          "rawValue": "viewport",
                                          "raw": "'viewport'"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 210,
                                        "end": 294,
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 100
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 210,
                                          "end": 217,
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 23
                                            }
                                          },
                                          "name": "content"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 219,
                                          "end": 294,
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 100
                                            }
                                          },
                                          "value": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0",
                                          "rawValue": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0",
                                          "raw": "'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'"
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 323,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 14
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 323,
                                "end": 327,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 16
                                  }
                                },
                                "name": "link"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 329,
                                "end": 411,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 14
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 330,
                                    "end": 410,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 13
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 348,
                                        "end": 359,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 27
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 348,
                                          "end": 351,
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 19
                                            }
                                          },
                                          "name": "rel"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 353,
                                          "end": 359,
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 27
                                            }
                                          },
                                          "value": "icon",
                                          "rawValue": "icon",
                                          "raw": "'icon'"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 377,
                                        "end": 396,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 35
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 377,
                                          "end": 381,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 20
                                            }
                                          },
                                          "name": "href"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 383,
                                          "end": 396,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 35
                                            }
                                          },
                                          "value": "favicon.png",
                                          "rawValue": "favicon.png",
                                          "raw": "'favicon.png'"
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 501,
                              "end": 583,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 12
                                },
                                "end": {
                                  "line": 18,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 501,
                                "end": 505,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 16
                                  }
                                },
                                "name": "base",
                                "leadingComments": null
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 507,
                                "end": 583,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 525,
                                    "end": 541,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 32
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 525,
                                      "end": 529,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 20
                                        }
                                      },
                                      "name": "href"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 531,
                                      "end": 541,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 32
                                        }
                                      },
                                      "value": "ROC_PATH",
                                      "rawValue": "ROC_PATH",
                                      "raw": "'ROC_PATH'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 559,
                                    "end": 569,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 26
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 559,
                                      "end": 565,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 22
                                        }
                                      },
                                      "name": "target"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 567,
                                      "end": 569,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 26
                                        }
                                      },
                                      "value": "",
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init",
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ROC_PATH will be replaced with what is defined in build.path",
                                  "start": 425,
                                  "end": 488,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 75
                                    }
                                  },
                                  "range": [
                                    425,
                                    488
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "Property",
                              "start": 597,
                              "end": 607,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 12
                                },
                                "end": {
                                  "line": 19,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 597,
                                "end": 603,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 18
                                  }
                                },
                                "name": "script"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 605,
                                "end": 607,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 22
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 621,
                              "end": 630,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 12
                                },
                                "end": {
                                  "line": 20,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 621,
                                "end": 624,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 15
                                  }
                                },
                                "name": "ssr"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 626,
                                "end": 630,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 21
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 644,
                              "end": 665,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 644,
                                "end": 658,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 26
                                  }
                                },
                                "name": "clientBlocking"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 660,
                                "end": 665,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 33
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 679,
                              "end": 764,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 679,
                                "end": 687,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 20
                                  }
                                },
                                "name": "template"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 689,
                                "end": 764,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 707,
                                    "end": 715,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 24
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 707,
                                      "end": 711,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 20
                                        }
                                      },
                                      "name": "path"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 713,
                                      "end": 715,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 24
                                        }
                                      },
                                      "value": "",
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 733,
                                    "end": 750,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 33
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 733,
                                      "end": 737,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 20
                                        }
                                      },
                                      "name": "name"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 739,
                                      "end": 750,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 33
                                        }
                                      },
                                      "value": "main.html",
                                      "rawValue": "main.html",
                                      "raw": "'main.html'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 778,
                              "end": 832,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 28,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 778,
                                "end": 783,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 17
                                  }
                                },
                                "name": "debug"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 785,
                                "end": 832,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 803,
                                    "end": 818,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 31
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 803,
                                      "end": 809,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 22
                                        }
                                      },
                                      "name": "client"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 811,
                                      "end": 818,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 31
                                        }
                                      },
                                      "value": "roc:*",
                                      "rawValue": "roc:*",
                                      "raw": "'roc:*'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 846,
                              "end": 901,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 12
                                },
                                "end": {
                                  "line": 29,
                                  "column": 67
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 846,
                                "end": 869,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 35
                                  }
                                },
                                "name": "configWhitelistProperty"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 871,
                                "end": 901,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 67
                                  }
                                },
                                "value": "DANGEROUSLY_EXPOSE_TO_CLIENT",
                                "rawValue": "DANGEROUSLY_EXPOSE_TO_CLIENT",
                                "raw": "'DANGEROUSLY_EXPOSE_TO_CLIENT'"
                              },
                              "kind": "init"
                            }
                          ]
                        },
                        "kind": "init"
                      },
                      {
                        "type": "Property",
                        "start": 922,
                        "end": 1641,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 9
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 922,
                          "end": 925,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 11
                            }
                          },
                          "name": "dev"
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "start": 927,
                          "end": 1641,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 13
                            },
                            "end": {
                              "line": 56,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1007,
                              "end": 1018,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1007,
                                "end": 1011,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 16
                                  }
                                },
                                "name": "a11y",
                                "leadingComments": null
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1013,
                                "end": 1018,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 23
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              },
                              "kind": "init",
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " FIXME Does not play nice with Redux Devtools, a11y",
                                  "start": 941,
                                  "end": 994,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 65
                                    }
                                  },
                                  "range": [
                                    941,
                                    994
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "Property",
                              "start": 1032,
                              "end": 1295,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 43,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1032,
                                "end": 1045,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 25
                                  }
                                },
                                "name": "reduxDevtools"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1047,
                                "end": 1295,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1065,
                                    "end": 1078,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 29
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1065,
                                      "end": 1072,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 23
                                        }
                                      },
                                      "name": "enabled"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1074,
                                      "end": 1078,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 29
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1096,
                                    "end": 1113,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 33
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1096,
                                      "end": 1104,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 24
                                        }
                                      },
                                      "name": "position"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1106,
                                      "end": 1113,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 33
                                        }
                                      },
                                      "value": "right",
                                      "rawValue": "right",
                                      "raw": "'right'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1131,
                                    "end": 1140,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 25
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1131,
                                      "end": 1135,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 20
                                        }
                                      },
                                      "name": "size"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1137,
                                      "end": 1140,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 25
                                        }
                                      },
                                      "value": 0.3,
                                      "rawValue": 0.3,
                                      "raw": "0.3"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1158,
                                    "end": 1176,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 34
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1158,
                                      "end": 1171,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 29
                                        }
                                      },
                                      "name": "visibilityKey"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1173,
                                      "end": 1176,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 34
                                        }
                                      },
                                      "value": "H",
                                      "rawValue": "H",
                                      "raw": "'H'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1194,
                                    "end": 1210,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 32
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1194,
                                      "end": 1205,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 27
                                        }
                                      },
                                      "name": "positionKey"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1207,
                                      "end": 1210,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 32
                                        }
                                      },
                                      "value": "Q",
                                      "rawValue": "Q",
                                      "raw": "'Q'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1228,
                                    "end": 1249,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1228,
                                      "end": 1242,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 30
                                        }
                                      },
                                      "name": "defaultVisible"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1244,
                                      "end": 1249,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 37
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1267,
                                    "end": 1281,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 30
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1267,
                                      "end": 1272,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 21
                                        }
                                      },
                                      "name": "theme"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1274,
                                      "end": 1281,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 30
                                        }
                                      },
                                      "value": "ocean",
                                      "rawValue": "ocean",
                                      "raw": "'ocean'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1310,
                              "end": 1466,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 12
                                },
                                "end": {
                                  "line": 50,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1310,
                                "end": 1321,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 23
                                  }
                                },
                                "name": "reduxLogger"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1323,
                                "end": 1466,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1341,
                                    "end": 1354,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 29
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1341,
                                      "end": 1346,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 21
                                        }
                                      },
                                      "name": "level"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1348,
                                      "end": 1354,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 29
                                        }
                                      },
                                      "value": "info",
                                      "rawValue": "info",
                                      "raw": "'info'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1372,
                                    "end": 1387,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 31
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1372,
                                      "end": 1381,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 25
                                        }
                                      },
                                      "name": "collapsed"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1383,
                                      "end": 1387,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 31
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1405,
                                    "end": 1419,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 30
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1405,
                                      "end": 1413,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 24
                                        }
                                      },
                                      "name": "duration"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1415,
                                      "end": 1419,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 30
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1437,
                                    "end": 1452,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 31
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1437,
                                      "end": 1446,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 25
                                        }
                                      },
                                      "name": "timestamp"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1448,
                                      "end": 1452,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 31
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1481,
                              "end": 1631,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 12
                                },
                                "end": {
                                  "line": 55,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1481,
                                "end": 1490,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 21
                                  }
                                },
                                "name": "yellowbox"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1492,
                                "end": 1631,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1510,
                                    "end": 1523,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 29
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1510,
                                      "end": 1517,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 23
                                        }
                                      },
                                      "name": "enabled"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1519,
                                      "end": 1523,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 29
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1541,
                                    "end": 1617,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 92
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1541,
                                      "end": 1547,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 22
                                        }
                                      },
                                      "name": "ignore"
                                    },
                                    "value": {
                                      "type": "ArrayExpression",
                                      "start": 1549,
                                      "end": 1617,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 92
                                        }
                                      },
                                      "elements": [
                                        {
                                          "type": "Literal",
                                          "start": 1550,
                                          "end": 1557,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 32
                                            }
                                          },
                                          "value": "[HMR]",
                                          "rawValue": "[HMR]",
                                          "raw": "'[HMR]'"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 1559,
                                          "end": 1616,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 91
                                            }
                                          },
                                          "value": "Warning: React attempted to reuse markup in a container",
                                          "rawValue": "Warning: React attempted to reuse markup in a container",
                                          "raw": "'Warning: React attempted to reuse markup in a container'"
                                        }
                                      ]
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        },
                        "kind": "init"
                      },
                      {
                        "type": "Property",
                        "start": 1652,
                        "end": 2050,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 72,
                            "column": 9
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1652,
                          "end": 1657,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 58,
                              "column": 13
                            }
                          },
                          "name": "build"
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "start": 1659,
                          "end": 2050,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 15
                            },
                            "end": {
                              "line": 72,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1673,
                              "end": 1705,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 12
                                },
                                "end": {
                                  "line": 59,
                                  "column": 44
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1673,
                                "end": 1678,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 17
                                  }
                                },
                                "name": "entry"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1680,
                                "end": 1705,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 44
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1682,
                                    "end": 1692,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 31
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1682,
                                      "end": 1688,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 27
                                        }
                                      },
                                      "name": "client"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1690,
                                      "end": 1692,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 31
                                        }
                                      },
                                      "value": "",
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 1694,
                                    "end": 1704,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 43
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1694,
                                      "end": 1700,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 39
                                        }
                                      },
                                      "name": "server"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1702,
                                      "end": 1704,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 43
                                        }
                                      },
                                      "value": "",
                                      "rawValue": "",
                                      "raw": "''"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1720,
                              "end": 1743,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 12
                                },
                                "end": {
                                  "line": 61,
                                  "column": 35
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1720,
                                "end": 1728,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 20
                                  }
                                },
                                "name": "reducers"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1730,
                                "end": 1743,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 35
                                  }
                                },
                                "value": "reducers.js",
                                "rawValue": "reducers.js",
                                "raw": "'reducers.js'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1757,
                              "end": 1781,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 12
                                },
                                "end": {
                                  "line": 62,
                                  "column": 36
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1757,
                                "end": 1775,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 30
                                  }
                                },
                                "name": "useDefaultReducers"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1777,
                                "end": 1781,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 36
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1796,
                              "end": 1815,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 12
                                },
                                "end": {
                                  "line": 64,
                                  "column": 31
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1796,
                                "end": 1802,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 18
                                  }
                                },
                                "name": "routes"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1804,
                                "end": 1815,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 31
                                  }
                                },
                                "value": "routes.js",
                                "rawValue": "routes.js",
                                "raw": "'routes.js'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1829,
                              "end": 1851,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 34
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1829,
                                "end": 1845,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 28
                                  }
                                },
                                "name": "useDefaultRoutes"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1847,
                                "end": 1851,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 34
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1866,
                              "end": 1906,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 12
                                },
                                "end": {
                                  "line": 67,
                                  "column": 52
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1866,
                                "end": 1882,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 28
                                  }
                                },
                                "name": "reduxMiddlewares"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1884,
                                "end": 1906,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 52
                                  }
                                },
                                "value": "redux-middlewares.js",
                                "rawValue": "redux-middlewares.js",
                                "raw": "'redux-middlewares.js'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1920,
                              "end": 1952,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 12
                                },
                                "end": {
                                  "line": 68,
                                  "column": 44
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1920,
                                "end": 1946,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 38
                                  }
                                },
                                "name": "useDefaultReduxMiddlewares"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1948,
                                "end": 1952,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 44
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1967,
                              "end": 1984,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1967,
                                "end": 1980,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 25
                                  }
                                },
                                "name": "clientLoading"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1982,
                                "end": 1984,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 29
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1998,
                              "end": 2040,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 12
                                },
                                "end": {
                                  "line": 71,
                                  "column": 54
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1998,
                                "end": 2004,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 18
                                  }
                                },
                                "name": "assets"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 2006,
                                "end": 2040,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 54
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "start": 2007,
                                    "end": 2039,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 53
                                      }
                                    },
                                    "value": "roc-web-react/styles/base.scss",
                                    "rawValue": "roc-web-react/styles/base.scss",
                                    "raw": "'roc-web-react/styles/base.scss'"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        },
                        "kind": "init"
                      }
                    ]
                  },
                  "kind": "init"
                },
                {
                  "type": "Property",
                  "start": 2063,
                  "end": 2157,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 4
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2063,
                    "end": 2070,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 11
                      }
                    },
                    "name": "plugins"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 2072,
                    "end": 2157,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 13
                      },
                      "end": {
                        "line": 79,
                        "column": 5
                      }
                    },
                    "properties": [
                      {
                        "type": "Property",
                        "start": 2082,
                        "end": 2151,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 78,
                            "column": 9
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2082,
                          "end": 2095,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 21
                            }
                          },
                          "name": "createBuilder"
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "start": 2097,
                          "end": 2151,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 23
                            },
                            "end": {
                              "line": 78,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 2111,
                              "end": 2141,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 42
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2111,
                                "end": 2118,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 19
                                  }
                                },
                                "name": "default"
                              },
                              "value": {
                                "type": "CallExpression",
                                "start": 2120,
                                "end": 2141,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2120,
                                  "end": 2127,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 28
                                    }
                                  },
                                  "name": "require"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2128,
                                    "end": 2140,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 41
                                      }
                                    },
                                    "value": "../builder",
                                    "rawValue": "../builder",
                                    "raw": "'../builder'"
                                  }
                                ]
                              },
                              "kind": "init"
                            }
                          ]
                        },
                        "kind": "init"
                      }
                    ]
                  },
                  "kind": "init"
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * Exports the default `roc.config.js`.\n *\n * @return {object} The default `roc.config.js`.\n ",
            "start": 2162,
            "end": 2261,
            "loc": {
              "start": {
                "line": 82,
                "column": 0
              },
              "end": {
                "line": 86,
                "column": 3
              }
            },
            "range": [
              2162,
              2261
            ]
          }
        ],
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Exports the default `roc.config.js`.\n *\n * @return {object} The default `roc.config.js`.\n ",
            "start": 2162,
            "end": 2261,
            "loc": {
              "start": {
                "line": 82,
                "column": 0
              },
              "end": {
                "line": 86,
                "column": 3
              }
            },
            "range": [
              2162,
              2261
            ]
          }
        ]
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Exports the default `roc.config.js`.\n *\n * @return {object} The default `roc.config.js`.\n ",
          "start": 2162,
          "end": 2261,
          "loc": {
            "start": {
              "line": 82,
              "column": 0
            },
            "end": {
              "line": 86,
              "column": 3
            }
          },
          "range": [
            2162,
            2261
          ]
        }
      ]
    }
  ]
}