{
  "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": [
                        319,
                        323
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "powerSumAvg_running",
                      "raw": "'powerSumAvg_running'",
                      "range": [
                        325,
                        346
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 10
                        },
                        "end": {
                          "line": 9,
                          "column": 31
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      319,
                      346
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 31
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        352,
                        364
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        366,
                        367
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 18
                        },
                        "end": {
                          "line": 10,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      352,
                      367
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        373,
                        385
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "count",
                          "raw": "'count'",
                          "range": [
                            388,
                            395
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 19
                            },
                            "end": {
                              "line": 11,
                              "column": 26
                            }
                          }
                        }
                      ],
                      "range": [
                        387,
                        396
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 18
                        },
                        "end": {
                          "line": 11,
                          "column": 27
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      373,
                      396
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onUpdate",
                      "range": [
                        402,
                        410
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 12
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            422,
                            426
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 24
                            },
                            "end": {
                              "line": 12,
                              "column": 28
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            428,
                            433
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 30
                            },
                            "end": {
                              "line": 12,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "val",
                          "range": [
                            435,
                            438
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 37
                            },
                            "end": {
                              "line": 12,
                              "column": 40
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "newValue",
                                  "range": [
                                    452,
                                    460
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 18
                                    }
                                  }
                                },
                                "init": {
                                  "type": "Identifier",
                                  "name": "prev",
                                  "range": [
                                    463,
                                    467
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  452,
                                  467
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 25
                                  }
                                }
                              }
                            ],
                            "kind": "let",
                            "range": [
                              448,
                              468
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "name": "newValue",
                                "range": [
                                  475,
                                  483
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 14
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "/",
                                "left": {
                                  "type": "BinaryExpression",
                                  "operator": "-",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "*",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "val",
                                      "range": [
                                        488,
                                        491
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "val",
                                      "range": [
                                        494,
                                        497
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      488,
                                      497
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "prev",
                                    "range": [
                                      500,
                                      504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    488,
                                    504
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 35
                                    }
                                  }
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      508,
                                      513
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "count",
                                    "range": [
                                      514,
                                      519
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    508,
                                    519
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 50
                                    }
                                  }
                                },
                                "range": [
                                  487,
                                  519
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                475,
                                519
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 6
                                },
                                "end": {
                                  "line": 14,
                                  "column": 50
                                }
                              }
                            },
                            "range": [
                              475,
                              520
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 6
                              },
                              "end": {
                                "line": 14,
                                "column": 51
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "Identifier",
                              "name": "newValue",
                              "range": [
                                534,
                                542
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 13
                                },
                                "end": {
                                  "line": 15,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              527,
                              543
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 6
                              },
                              "end": {
                                "line": 15,
                                "column": 22
                              }
                            }
                          }
                        ],
                        "range": [
                          440,
                          549
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 42
                          },
                          "end": {
                            "line": 16,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        412,
                        549
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 14
                        },
                        "end": {
                          "line": 16,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      402,
                      549
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  313,
                  553
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 9
                  },
                  "end": {
                    "line": 17,
                    "column": 3
                  }
                }
              },
              "range": [
                306,
                554
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 17,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            302,
            556
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 27
            },
            "end": {
              "line": 18,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          290,
          556
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 18,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n  * Returns the definition of a collector that captures `powerSumAvg_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `powerSumAvg_running` collector object\n  ",
            "range": [
              1,
              274
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 6,
                "column": 4
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        275,
        556
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n  * Returns the definition of a collector that captures `powerSumAvg_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `powerSumAvg_running` collector object\n  ",
          "range": [
            1,
            274
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 6,
              "column": 4
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    275,
    556
  ],
  "loc": {
    "start": {
      "line": 7,
      "column": 0
    },
    "end": {
      "line": 18,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n  * Returns the definition of a collector that captures `powerSumAvg_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `powerSumAvg_running` collector object\n  ",
      "range": [
        1,
        274
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 4
        }
      }
    }
  ]
}