{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Collector",
            "range": [
              7,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            7,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Collector",
        "raw": "'../Collector'",
        "range": [
          22,
          36
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 36
          }
        }
      },
      "range": [
        0,
        37
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `mean`\n *   - The sum of all of the data divided by the count; the average;\n *     mean = sum / n.\n ",
          "range": [
            39,
            174
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Mean",
          "range": [
            196,
            200
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 21
            },
            "end": {
              "line": 8,
              "column": 25
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Collector",
          "range": [
            209,
            218
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 34
            },
            "end": {
              "line": 8,
              "column": 43
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  223,
                  234
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Super",
                          "range": [
                            243,
                            248
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "value": "mean",
                            "raw": "'mean'",
                            "range": [
                              249,
                              255
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 10
                              },
                              "end": {
                                "line": 10,
                                "column": 16
                              }
                            }
                          },
                          {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              257,
                              258
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 18
                              },
                              "end": {
                                "line": 10,
                                "column": 19
                              }
                            }
                          },
                          {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "Literal",
                                "value": "count",
                                "raw": "'count'",
                                "range": [
                                  261,
                                  268
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 29
                                  }
                                }
                              },
                              {
                                "type": "Literal",
                                "value": "sum",
                                "raw": "'sum'",
                                "range": [
                                  270,
                                  275
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 36
                                  }
                                }
                              }
                            ],
                            "range": [
                              260,
                              276
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 21
                              },
                              "end": {
                                "line": 10,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          243,
                          277
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        243,
                        278
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 39
                        }
                      }
                    }
                  ],
                  "range": [
                    237,
                    282
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 16
                    },
                    "end": {
                      "line": 11,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  234,
                  282
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 13
                  },
                  "end": {
                    "line": 11,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                223,
                282
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "handleGet",
                "range": [
                  285,
                  294
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 12,
                    "column": 11
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "state",
                    "range": [
                      295,
                      300
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 12
                      },
                      "end": {
                        "line": 12,
                        "column": 17
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "BinaryExpression",
                        "operator": "/",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "state",
                            "range": [
                              315,
                              320
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 11
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "sum",
                            "range": [
                              321,
                              324
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 17
                              },
                              "end": {
                                "line": 13,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            315,
                            324
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 11
                            },
                            "end": {
                              "line": 13,
                              "column": 20
                            }
                          }
                        },
                        "right": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "state",
                            "range": [
                              327,
                              332
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 23
                              },
                              "end": {
                                "line": 13,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "count",
                            "range": [
                              333,
                              338
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 29
                              },
                              "end": {
                                "line": 13,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            327,
                            338
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 23
                            },
                            "end": {
                              "line": 13,
                              "column": 34
                            }
                          }
                        },
                        "range": [
                          315,
                          338
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 11
                          },
                          "end": {
                            "line": 13,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        308,
                        339
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 35
                        }
                      }
                    }
                  ],
                  "range": [
                    302,
                    343
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 19
                    },
                    "end": {
                      "line": 14,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  294,
                  343
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 14,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                285,
                343
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            219,
            345
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 44
            },
            "end": {
              "line": 15,
              "column": 1
            }
          }
        },
        "range": [
          190,
          345
        ],
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 15,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A collector that captures `mean`\n *   - The sum of all of the data divided by the count; the average;\n *     mean = sum / n.\n ",
            "range": [
              39,
              174
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        175,
        345
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `mean`\n *   - The sum of all of the data divided by the count; the average;\n *     mean = sum / n.\n ",
          "range": [
            39,
            174
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    345
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 15,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * A collector that captures `mean`\n *   - The sum of all of the data divided by the count; the average;\n *     mean = sum / n.\n ",
      "range": [
        39,
        174
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    }
  ]
}