{
  "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": [
                        160,
                        164
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "mean",
                      "raw": "'mean'",
                      "range": [
                        166,
                        172
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 10
                        },
                        "end": {
                          "line": 7,
                          "column": 16
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      160,
                      172
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 16
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        178,
                        190
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        192,
                        193
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 18
                        },
                        "end": {
                          "line": 8,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      178,
                      193
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        199,
                        211
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "count",
                          "raw": "'count'",
                          "range": [
                            214,
                            221
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 19
                            },
                            "end": {
                              "line": 9,
                              "column": 26
                            }
                          }
                        }
                      ],
                      "range": [
                        213,
                        222
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 18
                        },
                        "end": {
                          "line": 9,
                          "column": 27
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      199,
                      222
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onUpdate",
                      "range": [
                        228,
                        236
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 12
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            248,
                            252
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 24
                            },
                            "end": {
                              "line": 10,
                              "column": 28
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            254,
                            259
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "val",
                          "range": [
                            261,
                            264
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 37
                            },
                            "end": {
                              "line": 10,
                              "column": 40
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "BinaryExpression",
                              "operator": "+",
                              "left": {
                                "type": "Identifier",
                                "name": "prev",
                                "range": [
                                  281,
                                  285
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "/",
                                "left": {
                                  "type": "BinaryExpression",
                                  "operator": "-",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "val",
                                    "range": [
                                      289,
                                      292
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "prev",
                                    "range": [
                                      295,
                                      299
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    289,
                                    299
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 31
                                    }
                                  }
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      303,
                                      308
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "count",
                                    "range": [
                                      309,
                                      314
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    303,
                                    314
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 46
                                    }
                                  }
                                },
                                "range": [
                                  288,
                                  314
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                281,
                                314
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 13
                                },
                                "end": {
                                  "line": 11,
                                  "column": 46
                                }
                              }
                            },
                            "range": [
                              274,
                              315
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 47
                              }
                            }
                          }
                        ],
                        "range": [
                          266,
                          321
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 42
                          },
                          "end": {
                            "line": 12,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        238,
                        321
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 14
                        },
                        "end": {
                          "line": 12,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      228,
                      321
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  154,
                  325
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 9
                  },
                  "end": {
                    "line": 13,
                    "column": 3
                  }
                }
              },
              "range": [
                147,
                326
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            143,
            328
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 27
            },
            "end": {
              "line": 14,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          131,
          328
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 14,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Returns the definition of a collector that captures `mean`\n * @return {Object} A `mean` collector object\n ",
            "range": [
              0,
              115
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        116,
        328
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns the definition of a collector that captures `mean`\n * @return {Object} A `mean` collector object\n ",
          "range": [
            0,
            115
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    116,
    328
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 14,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Returns the definition of a collector that captures `mean`\n * @return {Object} A `mean` collector object\n ",
      "range": [
        0,
        115
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    }
  ]
}