{
  "type": "Program",
  "start": 0,
  "end": 148,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 9,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 37,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Events"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 36,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 36
          }
        },
        "value": "./mixins/events",
        "rawValue": "./mixins/events",
        "raw": "\"./mixins/events\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 38,
      "end": 80,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 42
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 45,
          "end": 51,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 45,
            "end": 51,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "assign"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 57,
        "end": 79,
        "loc": {
          "start": {
            "line": 2,
            "column": 19
          },
          "end": {
            "line": 2,
            "column": 41
          }
        },
        "value": "lodash/object/assign",
        "rawValue": "lodash/object/assign",
        "raw": "\"lodash/object/assign\""
      }
    },
    {
      "type": "Identifier",
      "start": 82,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 16
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 86,
          "end": 97,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 15
            }
          },
          "id": {
            "type": "Identifier",
            "start": 86,
            "end": 92,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 10
              }
            },
            "name": "Arkham"
          },
          "init": {
            "type": "ObjectExpression",
            "start": 95,
            "end": 97,
            "loc": {
              "start": {
                "line": 4,
                "column": 13
              },
              "end": {
                "line": 4,
                "column": 15
              }
            },
            "properties": []
          }
        }
      ],
      "kind": "let",
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExpressionStatement",
      "start": 100,
      "end": 123,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 23
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 100,
        "end": 122,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 22
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 100,
          "end": 106,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 6
            }
          },
          "name": "assign"
        },
        "arguments": [
          {
            "type": "Identifier",
            "start": 107,
            "end": 113,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 13
              }
            },
            "name": "Arkham"
          },
          {
            "type": "Identifier",
            "start": 115,
            "end": 121,
            "loc": {
              "start": {
                "line": 6,
                "column": 15
              },
              "end": {
                "line": 6,
                "column": 21
              }
            },
            "name": "Events"
          }
        ]
      }
    },
    {
      "type": "Identifier",
      "start": 125,
      "end": 147,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 22
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 140,
        "end": 146,
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 8,
            "column": 21
          }
        },
        "name": "Arkham"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 125,
      "end": 147,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 22
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "start": 82,
        "end": 98,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 16
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 86,
            "end": 97,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 15
              }
            },
            "id": {
              "type": "Identifier",
              "start": 86,
              "end": 92,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 4,
                  "column": 10
                }
              },
              "name": "Arkham"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 95,
              "end": 97,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 15
                }
              },
              "properties": []
            }
          }
        ],
        "kind": "let",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}