{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "'use strict'",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "Object",
            "range": [
              13,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "range": [
              20,
              34
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 20
              },
              "end": {
                "line": 1,
                "column": 34
              }
            }
          },
          "range": [
            13,
            34
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13
            },
            "end": {
              "line": 1,
              "column": 34
            }
          }
        },
        "arguments": [
          {
            "type": "Identifier",
            "name": "exports",
            "range": [
              35,
              42
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 35
              },
              "end": {
                "line": 1,
                "column": 42
              }
            }
          },
          {
            "type": "Literal",
            "value": "__esModule",
            "raw": "'__esModule'",
            "range": [
              43,
              55
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 43
              },
              "end": {
                "line": 1,
                "column": 55
              }
            }
          },
          {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "value",
                  "range": [
                    57,
                    62
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 57
                    },
                    "end": {
                      "line": 1,
                      "column": 62
                    }
                  }
                },
                "value": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      64,
                      65
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 64
                      },
                      "end": {
                        "line": 1,
                        "column": 65
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    63,
                    65
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 63
                    },
                    "end": {
                      "line": 1,
                      "column": 65
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  57,
                  65
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 57
                  },
                  "end": {
                    "line": 1,
                    "column": 65
                  }
                }
              }
            ],
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 56
              },
              "end": {
                "line": 1,
                "column": 66
              }
            }
          }
        ],
        "range": [
          13,
          67
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13
          },
          "end": {
            "line": 1,
            "column": 67
          }
        }
      },
      "range": [
        13,
        68
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "column": 68
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              68,
              75
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 68
              },
              "end": {
                "line": 1,
                "column": 75
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Slider",
            "range": [
              76,
              82
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 76
              },
              "end": {
                "line": 1,
                "column": 82
              }
            }
          },
          "range": [
            68,
            82
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 68
            },
            "end": {
              "line": 1,
              "column": 82
            }
          }
        },
        "right": {
          "type": "AssignmentExpression",
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "exports",
              "range": [
                83,
                90
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 83
                },
                "end": {
                  "line": 1,
                  "column": 90
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Divider",
              "range": [
                91,
                98
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 91
                },
                "end": {
                  "line": 1,
                  "column": 98
                }
              }
            },
            "range": [
              83,
              98
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 83
              },
              "end": {
                "line": 1,
                "column": 98
              }
            }
          },
          "right": {
            "type": "AssignmentExpression",
            "operator": "=",
            "left": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Identifier",
                "name": "exports",
                "range": [
                  99,
                  106
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 99
                  },
                  "end": {
                    "line": 1,
                    "column": 106
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "Spacer",
                "range": [
                  107,
                  113
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 107
                  },
                  "end": {
                    "line": 1,
                    "column": 113
                  }
                }
              },
              "range": [
                99,
                113
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 99
                },
                "end": {
                  "line": 1,
                  "column": 113
                }
              }
            },
            "right": {
              "type": "AssignmentExpression",
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "exports",
                  "range": [
                    114,
                    121
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 114
                    },
                    "end": {
                      "line": 1,
                      "column": 121
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "Console",
                  "range": [
                    122,
                    129
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 122
                    },
                    "end": {
                      "line": 1,
                      "column": 129
                    }
                  }
                },
                "range": [
                  114,
                  129
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 114
                  },
                  "end": {
                    "line": 1,
                    "column": 129
                  }
                }
              },
              "right": {
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "exports",
                    "range": [
                      130,
                      137
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 130
                      },
                      "end": {
                        "line": 1,
                        "column": 137
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "Dropdown",
                    "range": [
                      138,
                      146
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 138
                      },
                      "end": {
                        "line": 1,
                        "column": 146
                      }
                    }
                  },
                  "range": [
                    130,
                    146
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 130
                    },
                    "end": {
                      "line": 1,
                      "column": 146
                    }
                  }
                },
                "right": {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "exports",
                      "range": [
                        147,
                        154
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 147
                        },
                        "end": {
                          "line": 1,
                          "column": 154
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "Checkbox",
                      "range": [
                        155,
                        163
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 155
                        },
                        "end": {
                          "line": 1,
                          "column": 163
                        }
                      }
                    },
                    "range": [
                      147,
                      163
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 147
                      },
                      "end": {
                        "line": 1,
                        "column": 163
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "Identifier",
                        "name": "exports",
                        "range": [
                          164,
                          171
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 164
                          },
                          "end": {
                            "line": 1,
                            "column": 171
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "Selection",
                        "range": [
                          172,
                          181
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 172
                          },
                          "end": {
                            "line": 1,
                            "column": 181
                          }
                        }
                      },
                      "range": [
                        164,
                        181
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 164
                        },
                        "end": {
                          "line": 1,
                          "column": 181
                        }
                      }
                    },
                    "right": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "exports",
                          "range": [
                            182,
                            189
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 182
                            },
                            "end": {
                              "line": 1,
                              "column": 189
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "Label",
                          "range": [
                            190,
                            195
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 190
                            },
                            "end": {
                              "line": 1,
                              "column": 195
                            }
                          }
                        },
                        "range": [
                          182,
                          195
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 182
                          },
                          "end": {
                            "line": 1,
                            "column": 195
                          }
                        }
                      },
                      "right": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "exports",
                            "range": [
                              196,
                              203
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 196
                              },
                              "end": {
                                "line": 1,
                                "column": 203
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "Input",
                            "range": [
                              204,
                              209
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 204
                              },
                              "end": {
                                "line": 1,
                                "column": 209
                              }
                            }
                          },
                          "range": [
                            196,
                            209
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 196
                            },
                            "end": {
                              "line": 1,
                              "column": 209
                            }
                          }
                        },
                        "right": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "exports",
                              "range": [
                                210,
                                217
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 210
                                },
                                "end": {
                                  "line": 1,
                                  "column": 217
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "Button",
                              "range": [
                                218,
                                224
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 218
                                },
                                "end": {
                                  "line": 1,
                                  "column": 224
                                }
                              }
                            },
                            "range": [
                              210,
                              224
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 210
                              },
                              "end": {
                                "line": 1,
                                "column": 224
                              }
                            }
                          },
                          "right": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "exports",
                                "range": [
                                  225,
                                  232
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 225
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 232
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "Group",
                                "range": [
                                  233,
                                  238
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 233
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 238
                                  }
                                }
                              },
                              "range": [
                                225,
                                238
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 225
                                },
                                "end": {
                                  "line": 1,
                                  "column": 238
                                }
                              }
                            },
                            "right": {
                              "type": "UnaryExpression",
                              "operator": "void",
                              "argument": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  244,
                                  245
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 244
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 245
                                  }
                                }
                              },
                              "prefix": true,
                              "range": [
                                239,
                                245
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 239
                                },
                                "end": {
                                  "line": 1,
                                  "column": 245
                                }
                              }
                            },
                            "range": [
                              225,
                              245
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 225
                              },
                              "end": {
                                "line": 1,
                                "column": 245
                              }
                            }
                          },
                          "range": [
                            210,
                            245
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 210
                            },
                            "end": {
                              "line": 1,
                              "column": 245
                            }
                          }
                        },
                        "range": [
                          196,
                          245
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 196
                          },
                          "end": {
                            "line": 1,
                            "column": 245
                          }
                        }
                      },
                      "range": [
                        182,
                        245
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 182
                        },
                        "end": {
                          "line": 1,
                          "column": 245
                        }
                      }
                    },
                    "range": [
                      164,
                      245
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 164
                      },
                      "end": {
                        "line": 1,
                        "column": 245
                      }
                    }
                  },
                  "range": [
                    147,
                    245
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 147
                    },
                    "end": {
                      "line": 1,
                      "column": 245
                    }
                  }
                },
                "range": [
                  130,
                  245
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 130
                  },
                  "end": {
                    "line": 1,
                    "column": 245
                  }
                }
              },
              "range": [
                114,
                245
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 114
                },
                "end": {
                  "line": 1,
                  "column": 245
                }
              }
            },
            "range": [
              99,
              245
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 99
              },
              "end": {
                "line": 1,
                "column": 245
              }
            }
          },
          "range": [
            83,
            245
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 83
            },
            "end": {
              "line": 1,
              "column": 245
            }
          }
        },
        "range": [
          68,
          245
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 68
          },
          "end": {
            "line": 1,
            "column": 245
          }
        }
      },
      "range": [
        68,
        246
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 68
        },
        "end": {
          "line": 1,
          "column": 246
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_group",
            "range": [
              250,
              256
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 250
              },
              "end": {
                "line": 1,
                "column": 256
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                257,
                264
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 257
                },
                "end": {
                  "line": 1,
                  "column": 264
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/group",
                "raw": "'../elements/group'",
                "range": [
                  265,
                  284
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 265
                  },
                  "end": {
                    "line": 1,
                    "column": 284
                  }
                }
              }
            ],
            "range": [
              257,
              285
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 257
              },
              "end": {
                "line": 1,
                "column": 285
              }
            }
          },
          "range": [
            250,
            285
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 250
            },
            "end": {
              "line": 1,
              "column": 285
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_group2",
            "range": [
              286,
              293
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 286
              },
              "end": {
                "line": 1,
                "column": 293
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                294,
                316
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 294
                },
                "end": {
                  "line": 1,
                  "column": 316
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_group",
                "range": [
                  317,
                  323
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 317
                  },
                  "end": {
                    "line": 1,
                    "column": 323
                  }
                }
              }
            ],
            "range": [
              294,
              324
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 294
              },
              "end": {
                "line": 1,
                "column": 324
              }
            }
          },
          "range": [
            286,
            324
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 286
            },
            "end": {
              "line": 1,
              "column": 324
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_button",
            "range": [
              325,
              332
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 325
              },
              "end": {
                "line": 1,
                "column": 332
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                333,
                340
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 333
                },
                "end": {
                  "line": 1,
                  "column": 340
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/button",
                "raw": "'../elements/button'",
                "range": [
                  341,
                  361
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 341
                  },
                  "end": {
                    "line": 1,
                    "column": 361
                  }
                }
              }
            ],
            "range": [
              333,
              362
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 333
              },
              "end": {
                "line": 1,
                "column": 362
              }
            }
          },
          "range": [
            325,
            362
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 325
            },
            "end": {
              "line": 1,
              "column": 362
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_button2",
            "range": [
              363,
              371
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 363
              },
              "end": {
                "line": 1,
                "column": 371
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                372,
                394
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 372
                },
                "end": {
                  "line": 1,
                  "column": 394
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_button",
                "range": [
                  395,
                  402
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 395
                  },
                  "end": {
                    "line": 1,
                    "column": 402
                  }
                }
              }
            ],
            "range": [
              372,
              403
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 372
              },
              "end": {
                "line": 1,
                "column": 403
              }
            }
          },
          "range": [
            363,
            403
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 363
            },
            "end": {
              "line": 1,
              "column": 403
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_input",
            "range": [
              404,
              410
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 404
              },
              "end": {
                "line": 1,
                "column": 410
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                411,
                418
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 411
                },
                "end": {
                  "line": 1,
                  "column": 418
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/input",
                "raw": "'../elements/input'",
                "range": [
                  419,
                  438
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 419
                  },
                  "end": {
                    "line": 1,
                    "column": 438
                  }
                }
              }
            ],
            "range": [
              411,
              439
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 411
              },
              "end": {
                "line": 1,
                "column": 439
              }
            }
          },
          "range": [
            404,
            439
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 404
            },
            "end": {
              "line": 1,
              "column": 439
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_input2",
            "range": [
              440,
              447
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 440
              },
              "end": {
                "line": 1,
                "column": 447
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                448,
                470
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 448
                },
                "end": {
                  "line": 1,
                  "column": 470
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_input",
                "range": [
                  471,
                  477
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 471
                  },
                  "end": {
                    "line": 1,
                    "column": 477
                  }
                }
              }
            ],
            "range": [
              448,
              478
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 448
              },
              "end": {
                "line": 1,
                "column": 478
              }
            }
          },
          "range": [
            440,
            478
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 440
            },
            "end": {
              "line": 1,
              "column": 478
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_label",
            "range": [
              479,
              485
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 479
              },
              "end": {
                "line": 1,
                "column": 485
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                486,
                493
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 486
                },
                "end": {
                  "line": 1,
                  "column": 493
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/label",
                "raw": "'../elements/label'",
                "range": [
                  494,
                  513
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 494
                  },
                  "end": {
                    "line": 1,
                    "column": 513
                  }
                }
              }
            ],
            "range": [
              486,
              514
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 486
              },
              "end": {
                "line": 1,
                "column": 514
              }
            }
          },
          "range": [
            479,
            514
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 479
            },
            "end": {
              "line": 1,
              "column": 514
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_label2",
            "range": [
              515,
              522
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 515
              },
              "end": {
                "line": 1,
                "column": 522
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                523,
                545
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 523
                },
                "end": {
                  "line": 1,
                  "column": 545
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_label",
                "range": [
                  546,
                  552
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 546
                  },
                  "end": {
                    "line": 1,
                    "column": 552
                  }
                }
              }
            ],
            "range": [
              523,
              553
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 523
              },
              "end": {
                "line": 1,
                "column": 553
              }
            }
          },
          "range": [
            515,
            553
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 515
            },
            "end": {
              "line": 1,
              "column": 553
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_selection",
            "range": [
              554,
              564
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 554
              },
              "end": {
                "line": 1,
                "column": 564
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                565,
                572
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 565
                },
                "end": {
                  "line": 1,
                  "column": 572
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/selection",
                "raw": "'../elements/selection'",
                "range": [
                  573,
                  596
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 573
                  },
                  "end": {
                    "line": 1,
                    "column": 596
                  }
                }
              }
            ],
            "range": [
              565,
              597
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 565
              },
              "end": {
                "line": 1,
                "column": 597
              }
            }
          },
          "range": [
            554,
            597
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 554
            },
            "end": {
              "line": 1,
              "column": 597
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_selection2",
            "range": [
              598,
              609
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 598
              },
              "end": {
                "line": 1,
                "column": 609
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                610,
                632
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 610
                },
                "end": {
                  "line": 1,
                  "column": 632
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_selection",
                "range": [
                  633,
                  643
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 633
                  },
                  "end": {
                    "line": 1,
                    "column": 643
                  }
                }
              }
            ],
            "range": [
              610,
              644
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 610
              },
              "end": {
                "line": 1,
                "column": 644
              }
            }
          },
          "range": [
            598,
            644
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 598
            },
            "end": {
              "line": 1,
              "column": 644
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_checkbox",
            "range": [
              645,
              654
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 645
              },
              "end": {
                "line": 1,
                "column": 654
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                655,
                662
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 655
                },
                "end": {
                  "line": 1,
                  "column": 662
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/checkbox",
                "raw": "'../elements/checkbox'",
                "range": [
                  663,
                  685
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 663
                  },
                  "end": {
                    "line": 1,
                    "column": 685
                  }
                }
              }
            ],
            "range": [
              655,
              686
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 655
              },
              "end": {
                "line": 1,
                "column": 686
              }
            }
          },
          "range": [
            645,
            686
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 645
            },
            "end": {
              "line": 1,
              "column": 686
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_checkbox2",
            "range": [
              687,
              697
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 687
              },
              "end": {
                "line": 1,
                "column": 697
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                698,
                720
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 698
                },
                "end": {
                  "line": 1,
                  "column": 720
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_checkbox",
                "range": [
                  721,
                  730
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 721
                  },
                  "end": {
                    "line": 1,
                    "column": 730
                  }
                }
              }
            ],
            "range": [
              698,
              731
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 698
              },
              "end": {
                "line": 1,
                "column": 731
              }
            }
          },
          "range": [
            687,
            731
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 687
            },
            "end": {
              "line": 1,
              "column": 731
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_dropdown",
            "range": [
              732,
              741
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 732
              },
              "end": {
                "line": 1,
                "column": 741
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                742,
                749
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 742
                },
                "end": {
                  "line": 1,
                  "column": 749
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/dropdown",
                "raw": "'../elements/dropdown'",
                "range": [
                  750,
                  772
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 750
                  },
                  "end": {
                    "line": 1,
                    "column": 772
                  }
                }
              }
            ],
            "range": [
              742,
              773
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 742
              },
              "end": {
                "line": 1,
                "column": 773
              }
            }
          },
          "range": [
            732,
            773
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 732
            },
            "end": {
              "line": 1,
              "column": 773
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_dropdown2",
            "range": [
              774,
              784
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 774
              },
              "end": {
                "line": 1,
                "column": 784
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                785,
                807
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 785
                },
                "end": {
                  "line": 1,
                  "column": 807
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_dropdown",
                "range": [
                  808,
                  817
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 808
                  },
                  "end": {
                    "line": 1,
                    "column": 817
                  }
                }
              }
            ],
            "range": [
              785,
              818
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 785
              },
              "end": {
                "line": 1,
                "column": 818
              }
            }
          },
          "range": [
            774,
            818
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 774
            },
            "end": {
              "line": 1,
              "column": 818
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_console",
            "range": [
              819,
              827
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 819
              },
              "end": {
                "line": 1,
                "column": 827
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                828,
                835
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 828
                },
                "end": {
                  "line": 1,
                  "column": 835
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/console",
                "raw": "'../elements/console'",
                "range": [
                  836,
                  857
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 836
                  },
                  "end": {
                    "line": 1,
                    "column": 857
                  }
                }
              }
            ],
            "range": [
              828,
              858
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 828
              },
              "end": {
                "line": 1,
                "column": 858
              }
            }
          },
          "range": [
            819,
            858
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 819
            },
            "end": {
              "line": 1,
              "column": 858
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_console2",
            "range": [
              859,
              868
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 859
              },
              "end": {
                "line": 1,
                "column": 868
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                869,
                891
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 869
                },
                "end": {
                  "line": 1,
                  "column": 891
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_console",
                "range": [
                  892,
                  900
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 892
                  },
                  "end": {
                    "line": 1,
                    "column": 900
                  }
                }
              }
            ],
            "range": [
              869,
              901
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 869
              },
              "end": {
                "line": 1,
                "column": 901
              }
            }
          },
          "range": [
            859,
            901
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 859
            },
            "end": {
              "line": 1,
              "column": 901
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_spacer",
            "range": [
              902,
              909
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 902
              },
              "end": {
                "line": 1,
                "column": 909
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                910,
                917
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 910
                },
                "end": {
                  "line": 1,
                  "column": 917
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/spacer",
                "raw": "'../elements/spacer'",
                "range": [
                  918,
                  938
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 918
                  },
                  "end": {
                    "line": 1,
                    "column": 938
                  }
                }
              }
            ],
            "range": [
              910,
              939
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 910
              },
              "end": {
                "line": 1,
                "column": 939
              }
            }
          },
          "range": [
            902,
            939
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 902
            },
            "end": {
              "line": 1,
              "column": 939
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_spacer2",
            "range": [
              940,
              948
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 940
              },
              "end": {
                "line": 1,
                "column": 948
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                949,
                971
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 949
                },
                "end": {
                  "line": 1,
                  "column": 971
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_spacer",
                "range": [
                  972,
                  979
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 972
                  },
                  "end": {
                    "line": 1,
                    "column": 979
                  }
                }
              }
            ],
            "range": [
              949,
              980
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 949
              },
              "end": {
                "line": 1,
                "column": 980
              }
            }
          },
          "range": [
            940,
            980
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 940
            },
            "end": {
              "line": 1,
              "column": 980
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_divider",
            "range": [
              981,
              989
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 981
              },
              "end": {
                "line": 1,
                "column": 989
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                990,
                997
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 990
                },
                "end": {
                  "line": 1,
                  "column": 997
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/divider",
                "raw": "'../elements/divider'",
                "range": [
                  998,
                  1019
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 998
                  },
                  "end": {
                    "line": 1,
                    "column": 1019
                  }
                }
              }
            ],
            "range": [
              990,
              1020
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 990
              },
              "end": {
                "line": 1,
                "column": 1020
              }
            }
          },
          "range": [
            981,
            1020
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 981
            },
            "end": {
              "line": 1,
              "column": 1020
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_divider2",
            "range": [
              1021,
              1030
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1021
              },
              "end": {
                "line": 1,
                "column": 1030
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1031,
                1053
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1031
                },
                "end": {
                  "line": 1,
                  "column": 1053
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_divider",
                "range": [
                  1054,
                  1062
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1054
                  },
                  "end": {
                    "line": 1,
                    "column": 1062
                  }
                }
              }
            ],
            "range": [
              1031,
              1063
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1031
              },
              "end": {
                "line": 1,
                "column": 1063
              }
            }
          },
          "range": [
            1021,
            1063
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1021
            },
            "end": {
              "line": 1,
              "column": 1063
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_slider",
            "range": [
              1064,
              1071
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1064
              },
              "end": {
                "line": 1,
                "column": 1071
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1072,
                1079
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1072
                },
                "end": {
                  "line": 1,
                  "column": 1079
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../elements/slider",
                "raw": "'../elements/slider'",
                "range": [
                  1080,
                  1100
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1080
                  },
                  "end": {
                    "line": 1,
                    "column": 1100
                  }
                }
              }
            ],
            "range": [
              1072,
              1101
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1072
              },
              "end": {
                "line": 1,
                "column": 1101
              }
            }
          },
          "range": [
            1064,
            1101
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1064
            },
            "end": {
              "line": 1,
              "column": 1101
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_slider2",
            "range": [
              1102,
              1110
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1102
              },
              "end": {
                "line": 1,
                "column": 1110
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1111,
                1133
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1111
                },
                "end": {
                  "line": 1,
                  "column": 1133
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_slider",
                "range": [
                  1134,
                  1141
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1134
                  },
                  "end": {
                    "line": 1,
                    "column": 1141
                  }
                }
              }
            ],
            "range": [
              1111,
              1142
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1111
              },
              "end": {
                "line": 1,
                "column": 1142
              }
            }
          },
          "range": [
            1102,
            1142
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1102
            },
            "end": {
              "line": 1,
              "column": 1142
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        246,
        1143
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 246
        },
        "end": {
          "line": 1,
          "column": 1143
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireDefault",
        "range": [
          1152,
          1174
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1152
          },
          "end": {
            "line": 1,
            "column": 1174
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1175,
            1178
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1175
            },
            "end": {
              "line": 1,
              "column": 1178
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "ConditionalExpression",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1187,
                    1190
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1187
                    },
                    "end": {
                      "line": 1,
                      "column": 1190
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1192,
                      1195
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1192
                      },
                      "end": {
                        "line": 1,
                        "column": 1195
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "__esModule",
                    "range": [
                      1196,
                      1206
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1196
                      },
                      "end": {
                        "line": 1,
                        "column": 1206
                      }
                    }
                  },
                  "range": [
                    1192,
                    1206
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1192
                    },
                    "end": {
                      "line": 1,
                      "column": 1206
                    }
                  }
                },
                "range": [
                  1187,
                  1206
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1187
                  },
                  "end": {
                    "line": 1,
                    "column": 1206
                  }
                }
              },
              "consequent": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1207,
                  1210
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1207
                  },
                  "end": {
                    "line": 1,
                    "column": 1210
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1212,
                        1219
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1212
                        },
                        "end": {
                          "line": 1,
                          "column": 1219
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "obj",
                      "range": [
                        1220,
                        1223
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1220
                        },
                        "end": {
                          "line": 1,
                          "column": 1223
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      1212,
                      1223
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1212
                      },
                      "end": {
                        "line": 1,
                        "column": 1223
                      }
                    }
                  }
                ],
                "range": [
                  1211,
                  1224
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1211
                  },
                  "end": {
                    "line": 1,
                    "column": 1224
                  }
                }
              },
              "range": [
                1187,
                1224
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1187
                },
                "end": {
                  "line": 1,
                  "column": 1224
                }
              }
            },
            "range": [
              1180,
              1224
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1180
              },
              "end": {
                "line": 1,
                "column": 1224
              }
            }
          }
        ],
        "range": [
          1179,
          1225
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1179
          },
          "end": {
            "line": 1,
            "column": 1225
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1143,
        1225
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1143
        },
        "end": {
          "line": 1,
          "column": 1225
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1225,
              1232
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1225
              },
              "end": {
                "line": 1,
                "column": 1232
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Group",
            "range": [
              1233,
              1238
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1233
              },
              "end": {
                "line": 1,
                "column": 1238
              }
            }
          },
          "range": [
            1225,
            1238
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1225
            },
            "end": {
              "line": 1,
              "column": 1238
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_group2",
            "range": [
              1239,
              1246
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1239
              },
              "end": {
                "line": 1,
                "column": 1246
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1247,
              1254
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1247
              },
              "end": {
                "line": 1,
                "column": 1254
              }
            }
          },
          "range": [
            1239,
            1254
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1239
            },
            "end": {
              "line": 1,
              "column": 1254
            }
          }
        },
        "range": [
          1225,
          1254
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1225
          },
          "end": {
            "line": 1,
            "column": 1254
          }
        }
      },
      "range": [
        1225,
        1255
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1225
        },
        "end": {
          "line": 1,
          "column": 1255
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1255,
              1262
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1255
              },
              "end": {
                "line": 1,
                "column": 1262
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Button",
            "range": [
              1263,
              1269
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1263
              },
              "end": {
                "line": 1,
                "column": 1269
              }
            }
          },
          "range": [
            1255,
            1269
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1255
            },
            "end": {
              "line": 1,
              "column": 1269
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_button2",
            "range": [
              1270,
              1278
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1270
              },
              "end": {
                "line": 1,
                "column": 1278
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1279,
              1286
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1279
              },
              "end": {
                "line": 1,
                "column": 1286
              }
            }
          },
          "range": [
            1270,
            1286
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1270
            },
            "end": {
              "line": 1,
              "column": 1286
            }
          }
        },
        "range": [
          1255,
          1286
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1255
          },
          "end": {
            "line": 1,
            "column": 1286
          }
        }
      },
      "range": [
        1255,
        1287
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1255
        },
        "end": {
          "line": 1,
          "column": 1287
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1287,
              1294
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1287
              },
              "end": {
                "line": 1,
                "column": 1294
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Input",
            "range": [
              1295,
              1300
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1295
              },
              "end": {
                "line": 1,
                "column": 1300
              }
            }
          },
          "range": [
            1287,
            1300
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1287
            },
            "end": {
              "line": 1,
              "column": 1300
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_input2",
            "range": [
              1301,
              1308
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1301
              },
              "end": {
                "line": 1,
                "column": 1308
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1309,
              1316
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1309
              },
              "end": {
                "line": 1,
                "column": 1316
              }
            }
          },
          "range": [
            1301,
            1316
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1301
            },
            "end": {
              "line": 1,
              "column": 1316
            }
          }
        },
        "range": [
          1287,
          1316
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1287
          },
          "end": {
            "line": 1,
            "column": 1316
          }
        }
      },
      "range": [
        1287,
        1317
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1287
        },
        "end": {
          "line": 1,
          "column": 1317
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1317,
              1324
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1317
              },
              "end": {
                "line": 1,
                "column": 1324
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Label",
            "range": [
              1325,
              1330
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1325
              },
              "end": {
                "line": 1,
                "column": 1330
              }
            }
          },
          "range": [
            1317,
            1330
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1317
            },
            "end": {
              "line": 1,
              "column": 1330
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_label2",
            "range": [
              1331,
              1338
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1331
              },
              "end": {
                "line": 1,
                "column": 1338
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1339,
              1346
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1339
              },
              "end": {
                "line": 1,
                "column": 1346
              }
            }
          },
          "range": [
            1331,
            1346
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1331
            },
            "end": {
              "line": 1,
              "column": 1346
            }
          }
        },
        "range": [
          1317,
          1346
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1317
          },
          "end": {
            "line": 1,
            "column": 1346
          }
        }
      },
      "range": [
        1317,
        1347
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1317
        },
        "end": {
          "line": 1,
          "column": 1347
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1347,
              1354
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1347
              },
              "end": {
                "line": 1,
                "column": 1354
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Selection",
            "range": [
              1355,
              1364
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1355
              },
              "end": {
                "line": 1,
                "column": 1364
              }
            }
          },
          "range": [
            1347,
            1364
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1347
            },
            "end": {
              "line": 1,
              "column": 1364
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_selection2",
            "range": [
              1365,
              1376
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1365
              },
              "end": {
                "line": 1,
                "column": 1376
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1377,
              1384
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1377
              },
              "end": {
                "line": 1,
                "column": 1384
              }
            }
          },
          "range": [
            1365,
            1384
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1365
            },
            "end": {
              "line": 1,
              "column": 1384
            }
          }
        },
        "range": [
          1347,
          1384
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1347
          },
          "end": {
            "line": 1,
            "column": 1384
          }
        }
      },
      "range": [
        1347,
        1385
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1347
        },
        "end": {
          "line": 1,
          "column": 1385
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1385,
              1392
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1385
              },
              "end": {
                "line": 1,
                "column": 1392
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Checkbox",
            "range": [
              1393,
              1401
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1393
              },
              "end": {
                "line": 1,
                "column": 1401
              }
            }
          },
          "range": [
            1385,
            1401
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1385
            },
            "end": {
              "line": 1,
              "column": 1401
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_checkbox2",
            "range": [
              1402,
              1412
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1402
              },
              "end": {
                "line": 1,
                "column": 1412
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1413,
              1420
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1413
              },
              "end": {
                "line": 1,
                "column": 1420
              }
            }
          },
          "range": [
            1402,
            1420
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1402
            },
            "end": {
              "line": 1,
              "column": 1420
            }
          }
        },
        "range": [
          1385,
          1420
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1385
          },
          "end": {
            "line": 1,
            "column": 1420
          }
        }
      },
      "range": [
        1385,
        1421
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1385
        },
        "end": {
          "line": 1,
          "column": 1421
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1421,
              1428
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1421
              },
              "end": {
                "line": 1,
                "column": 1428
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Dropdown",
            "range": [
              1429,
              1437
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1429
              },
              "end": {
                "line": 1,
                "column": 1437
              }
            }
          },
          "range": [
            1421,
            1437
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1421
            },
            "end": {
              "line": 1,
              "column": 1437
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_dropdown2",
            "range": [
              1438,
              1448
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1438
              },
              "end": {
                "line": 1,
                "column": 1448
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1449,
              1456
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1449
              },
              "end": {
                "line": 1,
                "column": 1456
              }
            }
          },
          "range": [
            1438,
            1456
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1438
            },
            "end": {
              "line": 1,
              "column": 1456
            }
          }
        },
        "range": [
          1421,
          1456
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1421
          },
          "end": {
            "line": 1,
            "column": 1456
          }
        }
      },
      "range": [
        1421,
        1457
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1421
        },
        "end": {
          "line": 1,
          "column": 1457
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1457,
              1464
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1457
              },
              "end": {
                "line": 1,
                "column": 1464
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Console",
            "range": [
              1465,
              1472
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1465
              },
              "end": {
                "line": 1,
                "column": 1472
              }
            }
          },
          "range": [
            1457,
            1472
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1457
            },
            "end": {
              "line": 1,
              "column": 1472
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_console2",
            "range": [
              1473,
              1482
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1473
              },
              "end": {
                "line": 1,
                "column": 1482
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1483,
              1490
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1483
              },
              "end": {
                "line": 1,
                "column": 1490
              }
            }
          },
          "range": [
            1473,
            1490
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1473
            },
            "end": {
              "line": 1,
              "column": 1490
            }
          }
        },
        "range": [
          1457,
          1490
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1457
          },
          "end": {
            "line": 1,
            "column": 1490
          }
        }
      },
      "range": [
        1457,
        1491
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1457
        },
        "end": {
          "line": 1,
          "column": 1491
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1491,
              1498
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1491
              },
              "end": {
                "line": 1,
                "column": 1498
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Spacer",
            "range": [
              1499,
              1505
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1499
              },
              "end": {
                "line": 1,
                "column": 1505
              }
            }
          },
          "range": [
            1491,
            1505
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1491
            },
            "end": {
              "line": 1,
              "column": 1505
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_spacer2",
            "range": [
              1506,
              1514
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1506
              },
              "end": {
                "line": 1,
                "column": 1514
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1515,
              1522
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1515
              },
              "end": {
                "line": 1,
                "column": 1522
              }
            }
          },
          "range": [
            1506,
            1522
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1506
            },
            "end": {
              "line": 1,
              "column": 1522
            }
          }
        },
        "range": [
          1491,
          1522
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1491
          },
          "end": {
            "line": 1,
            "column": 1522
          }
        }
      },
      "range": [
        1491,
        1523
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1491
        },
        "end": {
          "line": 1,
          "column": 1523
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1523,
              1530
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1523
              },
              "end": {
                "line": 1,
                "column": 1530
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Divider",
            "range": [
              1531,
              1538
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1531
              },
              "end": {
                "line": 1,
                "column": 1538
              }
            }
          },
          "range": [
            1523,
            1538
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1523
            },
            "end": {
              "line": 1,
              "column": 1538
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_divider2",
            "range": [
              1539,
              1548
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1539
              },
              "end": {
                "line": 1,
                "column": 1548
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1549,
              1556
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1549
              },
              "end": {
                "line": 1,
                "column": 1556
              }
            }
          },
          "range": [
            1539,
            1556
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1539
            },
            "end": {
              "line": 1,
              "column": 1556
            }
          }
        },
        "range": [
          1523,
          1556
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1523
          },
          "end": {
            "line": 1,
            "column": 1556
          }
        }
      },
      "range": [
        1523,
        1557
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1523
        },
        "end": {
          "line": 1,
          "column": 1557
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              1557,
              1564
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1557
              },
              "end": {
                "line": 1,
                "column": 1564
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "Slider",
            "range": [
              1565,
              1571
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1565
              },
              "end": {
                "line": 1,
                "column": 1571
              }
            }
          },
          "range": [
            1557,
            1571
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1557
            },
            "end": {
              "line": 1,
              "column": 1571
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "_slider2",
            "range": [
              1572,
              1580
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1572
              },
              "end": {
                "line": 1,
                "column": 1580
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              1581,
              1588
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1581
              },
              "end": {
                "line": 1,
                "column": 1588
              }
            }
          },
          "range": [
            1572,
            1588
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1572
            },
            "end": {
              "line": 1,
              "column": 1588
            }
          }
        },
        "range": [
          1557,
          1588
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1557
          },
          "end": {
            "line": 1,
            "column": 1588
          }
        }
      },
      "range": [
        1557,
        1589
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1557
        },
        "end": {
          "line": 1,
          "column": 1589
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1589
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 1589
    }
  },
  "comments": []
}