{
  "type": "Program",
  "start": 0,
  "end": 1010,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 31,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "Identifier",
      "start": 0,
      "end": 461,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 4
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 6,
          "end": 460,
          "loc": {
            "start": {
              "line": 1,
              "column": 6
            },
            "end": {
              "line": 18,
              "column": 3
            }
          },
          "id": {
            "type": "Identifier",
            "start": 6,
            "end": 21,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 1,
                "column": 21
              }
            },
            "name": "universalConfig"
          },
          "init": {
            "type": "CallExpression",
            "start": 24,
            "end": 460,
            "loc": {
              "start": {
                "line": 1,
                "column": 24
              },
              "end": {
                "line": 18,
                "column": 3
              }
            },
            "callee": {
              "type": "ArrowFunctionExpression",
              "start": 24,
              "end": 458,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24
                },
                "end": {
                  "line": 18,
                  "column": 1
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 30,
                "end": 458,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 30
                  },
                  "end": {
                    "line": 18,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 36,
                    "end": 189,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 40,
                      "end": 69,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 8
                        },
                        "end": {
                          "line": 2,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 40,
                        "end": 53,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 8
                          },
                          "end": {
                            "line": 2,
                            "column": 21
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 47,
                          "end": 53,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 15
                            },
                            "end": {
                              "line": 2,
                              "column": 21
                            }
                          },
                          "name": "window"
                        }
                      },
                      "operator": "!==",
                      "right": {
                        "type": "Literal",
                        "start": 58,
                        "end": 69,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 26
                          },
                          "end": {
                            "line": 2,
                            "column": 37
                          }
                        },
                        "value": "undefined",
                        "rawValue": "undefined",
                        "raw": "'undefined'"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 71,
                      "end": 189,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 39
                        },
                        "end": {
                          "line": 7,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 81,
                          "end": 183,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 10
                            }
                          },
                          "argument": {
                            "type": "ObjectExpression",
                            "start": 88,
                            "end": 182,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 15
                              },
                              "end": {
                                "line": 6,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 102,
                                "end": 130,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 102,
                                  "end": 111,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 21
                                    }
                                  },
                                  "name": "rocConfig"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 113,
                                  "end": 130,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 113,
                                    "end": 119,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 29
                                      }
                                    },
                                    "name": "window"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 120,
                                    "end": 130,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 40
                                      }
                                    },
                                    "name": "ROC_CONFIG"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 144,
                                "end": 172,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 40
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 144,
                                  "end": 153,
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 21
                                    }
                                  },
                                  "name": "appConfig"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 155,
                                  "end": 172,
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 155,
                                    "end": 161,
                                    "loc": {
                                      "start": {
                                        "line": 5,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 5,
                                        "column": 29
                                      }
                                    },
                                    "name": "window"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 162,
                                    "end": 172,
                                    "loc": {
                                      "start": {
                                        "line": 5,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 5,
                                        "column": 40
                                      }
                                    },
                                    "name": "APP_CONFIG"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 195,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 51
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 201,
                        "end": 241,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 10
                          },
                          "end": {
                            "line": 9,
                            "column": 50
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 201,
                          "end": 210,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 10
                            },
                            "end": {
                              "line": 9,
                              "column": 19
                            }
                          },
                          "name": "rocConfig"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 213,
                          "end": 241,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 22
                            },
                            "end": {
                              "line": 9,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 213,
                            "end": 239,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 22
                              },
                              "end": {
                                "line": 9,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 213,
                              "end": 227,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 22
                                },
                                "end": {
                                  "line": 9,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 213,
                                "end": 220,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 29
                                  }
                                },
                                "name": "require"
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 221,
                                  "end": 226,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 35
                                    }
                                  },
                                  "value": "roc",
                                  "rawValue": "roc",
                                  "raw": "'roc'"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 228,
                              "end": 239,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 37
                                },
                                "end": {
                                  "line": 9,
                                  "column": 48
                                }
                              },
                              "name": "getSettings"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 247,
                    "end": 398,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 18
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 253,
                        "end": 397,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 10
                          },
                          "end": {
                            "line": 12,
                            "column": 17
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 253,
                          "end": 262,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 10
                            },
                            "end": {
                              "line": 10,
                              "column": 19
                            }
                          },
                          "name": "appConfig"
                        },
                        "init": {
                          "type": "ConditionalExpression",
                          "start": 265,
                          "end": 397,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 22
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 265,
                            "end": 306,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 22
                              },
                              "end": {
                                "line": 10,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 265,
                              "end": 282,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 22
                                },
                                "end": {
                                  "line": 10,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 265,
                                "end": 274,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 31
                                  }
                                },
                                "name": "rocConfig"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 275,
                                "end": 282,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 39
                                  }
                                },
                                "name": "runtime"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 283,
                              "end": 306,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 40
                                },
                                "end": {
                                  "line": 10,
                                  "column": 63
                                }
                              },
                              "name": "configWhitelistProperty"
                            },
                            "computed": false
                          },
                          "consequent": {
                            "type": "MemberExpression",
                            "start": 317,
                            "end": 377,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 317,
                              "end": 334,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 317,
                                "end": 324,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 15
                                  }
                                },
                                "name": "require"
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 325,
                                  "end": 333,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 24
                                    }
                                  },
                                  "value": "config",
                                  "rawValue": "config",
                                  "raw": "'config'"
                                }
                              ]
                            },
                            "property": {
                              "type": "MemberExpression",
                              "start": 335,
                              "end": 376,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 26
                                },
                                "end": {
                                  "line": 11,
                                  "column": 67
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 335,
                                "end": 352,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 335,
                                  "end": 344,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 35
                                    }
                                  },
                                  "name": "rocConfig"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 345,
                                  "end": 352,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 43
                                    }
                                  },
                                  "name": "runtime"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 353,
                                "end": 376,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 67
                                  }
                                },
                                "name": "configWhitelistProperty"
                              },
                              "computed": false
                            },
                            "computed": true
                          },
                          "alternate": {
                            "type": "Identifier",
                            "start": 388,
                            "end": 397,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              }
                            },
                            "name": "undefined"
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 404,
                    "end": 456,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 6
                      }
                    },
                    "argument": {
                      "type": "ObjectExpression",
                      "start": 411,
                      "end": 455,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 17,
                          "column": 5
                        }
                      },
                      "properties": [
                        {
                          "type": "Property",
                          "start": 421,
                          "end": 430,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 421,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 17
                              }
                            },
                            "name": "rocConfig"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 421,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 17
                              }
                            },
                            "name": "rocConfig"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 440,
                          "end": 449,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 440,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "name": "appConfig"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 440,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "name": "appConfig"
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
            "arguments": []
          }
        }
      ],
      "kind": "const",
      "trailingComments": [],
      "name": "_",
      "leadingComments": []
    },
    {
      "type": "Identifier",
      "start": 978,
      "end": 1009,
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 31
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 993,
        "end": 1008,
        "loc": {
          "start": {
            "line": 30,
            "column": 15
          },
          "end": {
            "line": 30,
            "column": 30
          }
        },
        "name": "universalConfig",
        "leadingComments": null
      },
      "leadingComments": [],
      "name": "_",
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 978,
      "end": 1009,
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 31
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 461,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 18,
            "column": 4
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 460,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 18,
                "column": 3
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 21,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 1,
                  "column": 21
                }
              },
              "name": "universalConfig"
            },
            "init": {
              "type": "CallExpression",
              "start": 24,
              "end": 460,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24
                },
                "end": {
                  "line": 18,
                  "column": 3
                }
              },
              "callee": {
                "type": "ArrowFunctionExpression",
                "start": 24,
                "end": 458,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24
                  },
                  "end": {
                    "line": 18,
                    "column": 1
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 30,
                  "end": 458,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 30
                    },
                    "end": {
                      "line": 18,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 36,
                      "end": 189,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 40,
                        "end": 69,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 8
                          },
                          "end": {
                            "line": 2,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 40,
                          "end": 53,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 8
                            },
                            "end": {
                              "line": 2,
                              "column": 21
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 47,
                            "end": 53,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 15
                              },
                              "end": {
                                "line": 2,
                                "column": 21
                              }
                            },
                            "name": "window"
                          }
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Literal",
                          "start": 58,
                          "end": 69,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 26
                            },
                            "end": {
                              "line": 2,
                              "column": 37
                            }
                          },
                          "value": "undefined",
                          "rawValue": "undefined",
                          "raw": "'undefined'"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 71,
                        "end": 189,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 39
                          },
                          "end": {
                            "line": 7,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 81,
                            "end": 183,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 10
                              }
                            },
                            "argument": {
                              "type": "ObjectExpression",
                              "start": 88,
                              "end": 182,
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 15
                                },
                                "end": {
                                  "line": 6,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "Property",
                                  "start": 102,
                                  "end": 130,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 102,
                                    "end": 111,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 21
                                      }
                                    },
                                    "name": "rocConfig"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 113,
                                    "end": 130,
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 113,
                                      "end": 119,
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 29
                                        }
                                      },
                                      "name": "window"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 120,
                                      "end": 130,
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 40
                                        }
                                      },
                                      "name": "ROC_CONFIG"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                },
                                {
                                  "type": "Property",
                                  "start": 144,
                                  "end": 172,
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 40
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 144,
                                    "end": 153,
                                    "loc": {
                                      "start": {
                                        "line": 5,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 5,
                                        "column": 21
                                      }
                                    },
                                    "name": "appConfig"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 155,
                                    "end": 172,
                                    "loc": {
                                      "start": {
                                        "line": 5,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 5,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 155,
                                      "end": 161,
                                      "loc": {
                                        "start": {
                                          "line": 5,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 5,
                                          "column": 29
                                        }
                                      },
                                      "name": "window"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 162,
                                      "end": 172,
                                      "loc": {
                                        "start": {
                                          "line": 5,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 5,
                                          "column": 40
                                        }
                                      },
                                      "name": "APP_CONFIG"
                                    },
                                    "computed": false
                                  },
                                  "kind": "init"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 195,
                      "end": 242,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 201,
                          "end": 241,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 10
                            },
                            "end": {
                              "line": 9,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 201,
                            "end": 210,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 10
                              },
                              "end": {
                                "line": 9,
                                "column": 19
                              }
                            },
                            "name": "rocConfig"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 213,
                            "end": 241,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 22
                              },
                              "end": {
                                "line": 9,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 213,
                              "end": 239,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 22
                                },
                                "end": {
                                  "line": 9,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 213,
                                "end": 227,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 36
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 213,
                                  "end": 220,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 29
                                    }
                                  },
                                  "name": "require"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 221,
                                    "end": 226,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 35
                                      }
                                    },
                                    "value": "roc",
                                    "rawValue": "roc",
                                    "raw": "'roc'"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 228,
                                "end": 239,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 48
                                  }
                                },
                                "name": "getSettings"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 247,
                      "end": 398,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 18
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 253,
                          "end": 397,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 10
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 253,
                            "end": 262,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 10
                              },
                              "end": {
                                "line": 10,
                                "column": 19
                              }
                            },
                            "name": "appConfig"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 265,
                            "end": 397,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 22
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 265,
                              "end": 306,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 22
                                },
                                "end": {
                                  "line": 10,
                                  "column": 63
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 265,
                                "end": 282,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 265,
                                  "end": 274,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 31
                                    }
                                  },
                                  "name": "rocConfig"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 275,
                                  "end": 282,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 39
                                    }
                                  },
                                  "name": "runtime"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 283,
                                "end": 306,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 63
                                  }
                                },
                                "name": "configWhitelistProperty"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 317,
                              "end": 377,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 317,
                                "end": 334,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 25
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 317,
                                  "end": 324,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 15
                                    }
                                  },
                                  "name": "require"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 325,
                                    "end": 333,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 24
                                      }
                                    },
                                    "value": "config",
                                    "rawValue": "config",
                                    "raw": "'config'"
                                  }
                                ]
                              },
                              "property": {
                                "type": "MemberExpression",
                                "start": 335,
                                "end": 376,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 335,
                                  "end": 352,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 335,
                                    "end": 344,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 35
                                      }
                                    },
                                    "name": "rocConfig"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 345,
                                    "end": 352,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 43
                                      }
                                    },
                                    "name": "runtime"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 353,
                                  "end": 376,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 67
                                    }
                                  },
                                  "name": "configWhitelistProperty"
                                },
                                "computed": false
                              },
                              "computed": true
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 388,
                              "end": 397,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 17
                                }
                              },
                              "name": "undefined"
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 404,
                      "end": 456,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 6
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 411,
                        "end": 455,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 421,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 17
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 421,
                              "end": 430,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 17
                                }
                              },
                              "name": "rocConfig"
                            },
                            "kind": "init",
                            "value": {
                              "type": "Identifier",
                              "start": 421,
                              "end": 430,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 17
                                }
                              },
                              "name": "rocConfig"
                            }
                          },
                          {
                            "type": "Property",
                            "start": 440,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 440,
                              "end": 449,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 17
                                }
                              },
                              "name": "appConfig"
                            },
                            "kind": "init",
                            "value": {
                              "type": "Identifier",
                              "start": 440,
                              "end": 449,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 17
                                }
                              },
                              "name": "appConfig"
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              },
              "arguments": []
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * Universal Configuration Manager\n *\n * Manages both __application__ configuration and __Roc__ configuration.\n * On the server the configurations will be fetched directly and on the client it's expected that the configuration\n * is available on `window` as `ROC_CONFIG` and `APP_CONFIG`.\n *\n * appConfig will only contain what has been selected by `runtime.configWhitelistProperty`. That means if you want\n * to read the full configuration on the server you will need to read it directly from node-config.\n ",
            "start": 463,
            "end": 977,
            "loc": {
              "start": {
                "line": 20,
                "column": 0
              },
              "end": {
                "line": 29,
                "column": 3
              }
            },
            "range": [
              463,
              977
            ]
          }
        ],
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Universal Configuration Manager\n *\n * Manages both __application__ configuration and __Roc__ configuration.\n * On the server the configurations will be fetched directly and on the client it's expected that the configuration\n * is available on `window` as `ROC_CONFIG` and `APP_CONFIG`.\n *\n * appConfig will only contain what has been selected by `runtime.configWhitelistProperty`. That means if you want\n * to read the full configuration on the server you will need to read it directly from node-config.\n ",
            "start": 463,
            "end": 977,
            "loc": {
              "start": {
                "line": 20,
                "column": 0
              },
              "end": {
                "line": 29,
                "column": 3
              }
            },
            "range": [
              463,
              977
            ]
          }
        ]
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Universal Configuration Manager\n *\n * Manages both __application__ configuration and __Roc__ configuration.\n * On the server the configurations will be fetched directly and on the client it's expected that the configuration\n * is available on `window` as `ROC_CONFIG` and `APP_CONFIG`.\n *\n * appConfig will only contain what has been selected by `runtime.configWhitelistProperty`. That means if you want\n * to read the full configuration on the server you will need to read it directly from node-config.\n ",
          "start": 463,
          "end": 977,
          "loc": {
            "start": {
              "line": 20,
              "column": 0
            },
            "end": {
              "line": 29,
              "column": 3
            }
          },
          "range": [
            463,
            977
          ]
        }
      ]
    }
  ]
}