{
  "type": "Program",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": null,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "name",
                      "range": [
                        210,
                        214
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "sumOfSquaredDeviations_stable",
                      "raw": "'sumOfSquaredDeviations_stable'",
                      "range": [
                        216,
                        247
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 10
                        },
                        "end": {
                          "line": 7,
                          "column": 41
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      210,
                      247
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 41
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        253,
                        265
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        267,
                        268
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 18
                        },
                        "end": {
                          "line": 8,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      253,
                      268
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        274,
                        286
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "values",
                          "raw": "'values'",
                          "range": [
                            289,
                            297
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 19
                            },
                            "end": {
                              "line": 9,
                              "column": 27
                            }
                          }
                        },
                        {
                          "type": "Literal",
                          "value": "mean",
                          "raw": "'mean'",
                          "range": [
                            299,
                            305
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 35
                            }
                          }
                        }
                      ],
                      "range": [
                        288,
                        306
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 18
                        },
                        "end": {
                          "line": 9,
                          "column": 36
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      274,
                      306
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 36
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onGet",
                      "range": [
                        312,
                        317
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 9
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            329,
                            333
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 21
                            },
                            "end": {
                              "line": 10,
                              "column": 25
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            335,
                            340
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 27
                            },
                            "end": {
                              "line": 10,
                              "column": 32
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "len",
                                  "range": [
                                    356,
                                    359
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 15
                                    }
                                  }
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        362,
                                        367
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "values",
                                      "range": [
                                        368,
                                        374
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      362,
                                      374
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      375,
                                      381
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    362,
                                    381
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 37
                                    }
                                  }
                                },
                                "range": [
                                  356,
                                  381
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "kind": "const",
                            "range": [
                              350,
                              382
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 38
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "sum",
                                  "range": [
                                    393,
                                    396
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 13
                                    }
                                  }
                                },
                                "init": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    399,
                                    400
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  393,
                                  400
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 17
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "range": [
                              389,
                              401
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 18
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "current",
                                  "range": [
                                    412,
                                    419
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 17
                                    }
                                  }
                                },
                                "init": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    422,
                                    423
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 21
                                    }
                                  }
                                },
                                "range": [
                                  412,
                                  423
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 21
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "range": [
                              408,
                              424
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 22
                              }
                            }
                          },
                          {
                            "type": "ForStatement",
                            "init": {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      440,
                                      441
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      444,
                                      445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    440,
                                    445
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 20
                                    }
                                  }
                                }
                              ],
                              "kind": "let",
                              "range": [
                                436,
                                445
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 11
                                },
                                "end": {
                                  "line": 14,
                                  "column": 20
                                }
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "<",
                              "left": {
                                "type": "Identifier",
                                "name": "i",
                                "range": [
                                  447,
                                  448
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "len",
                                "range": [
                                  451,
                                  454
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                447,
                                454
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 22
                                },
                                "end": {
                                  "line": 14,
                                  "column": 29
                                }
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "operator": "++",
                              "argument": {
                                "type": "Identifier",
                                "name": "i",
                                "range": [
                                  456,
                                  457
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 32
                                  }
                                }
                              },
                              "prefix": false,
                              "range": [
                                456,
                                459
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 31
                                },
                                "end": {
                                  "line": 14,
                                  "column": 34
                                }
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "current",
                                      "range": [
                                        471,
                                        478
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "state",
                                          "range": [
                                            481,
                                            486
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "values",
                                          "range": [
                                            487,
                                            493
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          481,
                                          493
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "i",
                                        "range": [
                                          494,
                                          495
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        481,
                                        496
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      471,
                                      496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    471,
                                    497
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 34
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "sum",
                                      "range": [
                                        506,
                                        509
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 11
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Math",
                                          "range": [
                                            513,
                                            517
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "pow",
                                          "range": [
                                            518,
                                            521
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "range": [
                                          513,
                                          521
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "operator": "-",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "current",
                                            "range": [
                                              522,
                                              529
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "state",
                                              "range": [
                                                532,
                                                537
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "mean",
                                              "range": [
                                                538,
                                                542
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "range": [
                                              532,
                                              542
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            522,
                                            542
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 44
                                            }
                                          }
                                        },
                                        {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            544,
                                            545
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 47
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        513,
                                        546
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "range": [
                                      506,
                                      546
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    506,
                                    547
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 49
                                    }
                                  }
                                }
                              ],
                              "range": [
                                461,
                                555
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 36
                                },
                                "end": {
                                  "line": 17,
                                  "column": 7
                                }
                              }
                            },
                            "range": [
                              431,
                              555
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 6
                              },
                              "end": {
                                "line": 17,
                                "column": 7
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "Identifier",
                              "name": "sum",
                              "range": [
                                569,
                                572
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 13
                                },
                                "end": {
                                  "line": 18,
                                  "column": 16
                                }
                              }
                            },
                            "range": [
                              562,
                              573
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 6
                              },
                              "end": {
                                "line": 18,
                                "column": 17
                              }
                            }
                          }
                        ],
                        "range": [
                          342,
                          579
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 34
                          },
                          "end": {
                            "line": 19,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        319,
                        579
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 11
                        },
                        "end": {
                          "line": 19,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      312,
                      579
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  204,
                  583
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 9
                  },
                  "end": {
                    "line": 20,
                    "column": 3
                  }
                }
              },
              "range": [
                197,
                584
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 20,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            193,
            586
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 27
            },
            "end": {
              "line": 21,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          181,
          586
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 21,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Returns the definition of a collector that captures `sumOfSquaredDeviations_stable`\n * @return {Object} A `sumOfSquaredDeviations_stable` collector object\n ",
            "range": [
              0,
              165
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        166,
        586
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns the definition of a collector that captures `sumOfSquaredDeviations_stable`\n * @return {Object} A `sumOfSquaredDeviations_stable` collector object\n ",
          "range": [
            0,
            165
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    166,
    586
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 21,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Returns the definition of a collector that captures `sumOfSquaredDeviations_stable`\n * @return {Object} A `sumOfSquaredDeviations_stable` collector object\n ",
      "range": [
        0,
        165
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    }
  ]
}