{
  "type": "Program",
  "start": 0,
  "end": 120,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 7,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 35,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 35
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 11,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "name": "Maps"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 17,
        "end": 34,
        "loc": {
          "start": {
            "line": 1,
            "column": 17
          },
          "end": {
            "line": 1,
            "column": 34
          }
        },
        "value": "./map_component",
        "rawValue": "./map_component",
        "raw": "\"./map_component\""
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 37,
      "end": 74,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 37
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 37,
        "end": 73,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 36
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 37,
          "end": 44,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 45,
            "end": 72,
            "loc": {
              "start": {
                "line": 3,
                "column": 8
              },
              "end": {
                "line": 3,
                "column": 35
              }
            },
            "value": "mapbox.js/theme/style.css",
            "rawValue": "mapbox.js/theme/style.css",
            "raw": "\"mapbox.js/theme/style.css\""
          }
        ]
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 75,
      "end": 97,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 22
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 75,
        "end": 96,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 21
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 75,
          "end": 82,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 83,
            "end": 95,
            "loc": {
              "start": {
                "line": 4,
                "column": 8
              },
              "end": {
                "line": 4,
                "column": 20
              }
            },
            "value": "./map.scss",
            "rawValue": "./map.scss",
            "raw": "\"./map.scss\""
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 99,
      "end": 119,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 20
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 114,
        "end": 118,
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 6,
            "column": 19
          }
        },
        "name": "Maps",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}