{
    "range": [
        0,
        44
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 5,
            "column": 2
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                44
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 5,
                    "column": 2
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        43
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 5,
                            "column": 1
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "o"
                    },
                    "init": {
                        "range": [
                            8,
                            43
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 5,
                                "column": 1
                            }
                        },
                        "type": "ObjectExpression",
                        "properties": [
                            {
                                "range": [
                                    12,
                                    41
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 4,
                                        "column": 3
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        16,
                                        19
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 6
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 9
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "get"
                                },
                                "computed": false,
                                "value": {
                                    "range": [
                                        19,
                                        41
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 9
                                        },
                                        "end": {
                                            "line": 4,
                                            "column": 3
                                        }
                                    },
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "defaults": [],
                                    "body": {
                                        "range": [
                                            22,
                                            41
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 12
                                            },
                                            "end": {
                                                "line": 4,
                                                "column": 3
                                            }
                                        },
                                        "type": "BlockStatement",
                                        "body": [
                                            {
                                                "range": [
                                                    28,
                                                    37
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 3,
                                                        "column": 4
                                                    },
                                                    "end": {
                                                        "line": 3,
                                                        "column": 13
                                                    }
                                                },
                                                "type": "ReturnStatement",
                                                "argument": {
                                                    "range": [
                                                        35,
                                                        36
                                                    ],
                                                    "loc": {
                                                        "start": {
                                                            "line": 3,
                                                            "column": 11
                                                        },
                                                        "end": {
                                                            "line": 3,
                                                            "column": 12
                                                        }
                                                    },
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1"
                                                }
                                            }
                                        ]
                                    },
                                    "generator": false,
                                    "expression": false
                                },
                                "kind": "get"
                            }
                        ]
                    }
                }
            ],
            "kind": "var"
        }
    ]
}