{
  "type": "File",
  "start": 0,
  "end": 687,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 17,
      "column": 1
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 687,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 17,
        "column": 1
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ExportDefaultDeclaration",
        "start": 19,
        "end": 687,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 1
          }
        },
        "declaration": {
          "type": "ArrowFunctionExpression",
          "start": 34,
          "end": 687,
          "loc": {
            "start": {
              "line": 4,
              "column": 15
            },
            "end": {
              "line": 17,
              "column": 1
            }
          },
          "id": null,
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 35,
              "end": 43,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 16
                },
                "end": {
                  "line": 4,
                  "column": 24
                },
                "identifierName": "callback"
              },
              "name": "callback",
              "leadingComments": null
            },
            {
              "type": "Identifier",
              "start": 45,
              "end": 50,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 26
                },
                "end": {
                  "line": 4,
                  "column": 31
                },
                "identifierName": "limit"
              },
              "name": "limit"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 55,
            "end": 687,
            "loc": {
              "start": {
                "line": 4,
                "column": 36
              },
              "end": {
                "line": 17,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ReturnStatement",
                "start": 61,
                "end": 685,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 6
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 68,
                  "end": 685,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 11
                    },
                    "end": {
                      "line": 16,
                      "column": 6
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 68,
                    "end": 88,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 11
                      },
                      "end": {
                        "line": 5,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 68,
                      "end": 83,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 11
                        },
                        "end": {
                          "line": 5,
                          "column": 26
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 68,
                        "end": 76,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 11
                          },
                          "end": {
                            "line": 5,
                            "column": 19
                          },
                          "identifierName": "callback"
                        },
                        "name": "callback"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 77,
                          "end": 82,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 20
                            },
                            "end": {
                              "line": 5,
                              "column": 25
                            },
                            "identifierName": "limit"
                          },
                          "name": "limit"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 84,
                      "end": 88,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 27
                        },
                        "end": {
                          "line": 5,
                          "column": 31
                        },
                        "identifierName": "then"
                      },
                      "name": "then"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "ArrowFunctionExpression",
                      "start": 89,
                      "end": 684,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 32
                        },
                        "end": {
                          "line": 16,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 89,
                          "end": 97,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 32
                            },
                            "end": {
                              "line": 5,
                              "column": 40
                            },
                            "identifierName": "response"
                          },
                          "name": "response"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 101,
                        "end": 684,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 44
                          },
                          "end": {
                            "line": 16,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 111,
                            "end": 179,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 76
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 117,
                                "end": 179,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 76
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 117,
                                  "end": 124,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 21
                                    },
                                    "identifierName": "offsets"
                                  },
                                  "name": "offsets"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 127,
                                  "end": 179,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 127,
                                    "end": 137,
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 127,
                                      "end": 131,
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 28
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 132,
                                      "end": 137,
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 34
                                        },
                                        "identifierName": "floor"
                                      },
                                      "name": "floor"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "LogicalExpression",
                                      "start": 138,
                                      "end": 178,
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 75
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 138,
                                        "end": 165,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 138,
                                          "end": 159,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 56
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 138,
                                            "end": 151,
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 138,
                                              "end": 146,
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 43
                                                },
                                                "identifierName": "response"
                                              },
                                              "name": "response"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 147,
                                              "end": 151,
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 48
                                                },
                                                "identifierName": "data"
                                              },
                                              "name": "data"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 152,
                                            "end": 159,
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 56
                                              },
                                              "identifierName": "summary"
                                            },
                                            "name": "summary"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 160,
                                          "end": 165,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 62
                                            },
                                            "identifierName": "total"
                                          },
                                          "name": "total"
                                        },
                                        "computed": false
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 169,
                                        "end": 178,
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 75
                                          }
                                        },
                                        "left": {
                                          "type": "NumericLiteral",
                                          "start": 169,
                                          "end": 170,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 67
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 173,
                                          "end": 178,
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 75
                                            },
                                            "identifierName": "limit"
                                          },
                                          "name": "limit"
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 188,
                            "end": 343,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 51
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 194,
                                "end": 343,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 51
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 194,
                                  "end": 202,
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 22
                                    },
                                    "identifierName": "promises"
                                  },
                                  "name": "promises"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 205,
                                  "end": 343,
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 51
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 205,
                                    "end": 308,
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 205,
                                      "end": 291,
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 55
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 205,
                                        "end": 252,
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 16
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 205,
                                          "end": 235,
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 55
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 205,
                                            "end": 228,
                                            "loc": {
                                              "start": {
                                                "line": 7,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 7,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "NewExpression",
                                              "start": 205,
                                              "end": 223,
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 43
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 209,
                                                "end": 214,
                                                "loc": {
                                                  "start": {
                                                    "line": 7,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 7,
                                                    "column": 34
                                                  },
                                                  "identifierName": "Array"
                                                },
                                                "name": "Array"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 215,
                                                  "end": 222,
                                                  "loc": {
                                                    "start": {
                                                      "line": 7,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 7,
                                                      "column": 42
                                                    },
                                                    "identifierName": "offsets"
                                                  },
                                                  "name": "offsets"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 224,
                                              "end": 228,
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 48
                                                },
                                                "identifierName": "fill"
                                              },
                                              "name": "fill"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 229,
                                              "end": 234,
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 54
                                                },
                                                "identifierName": "limit"
                                              },
                                              "name": "limit"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 249,
                                          "end": 252,
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 16
                                            },
                                            "identifierName": "map"
                                          },
                                          "name": "map"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 253,
                                          "end": 290,
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 54
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": true,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 254,
                                              "end": 259,
                                              "loc": {
                                                "start": {
                                                  "line": 8,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 8,
                                                  "column": 23
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 261,
                                              "end": 266,
                                              "loc": {
                                                "start": {
                                                  "line": 8,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 8,
                                                  "column": 30
                                                },
                                                "identifierName": "index"
                                              },
                                              "name": "index"
                                            }
                                          ],
                                          "body": {
                                            "type": "BinaryExpression",
                                            "start": 271,
                                            "end": 290,
                                            "loc": {
                                              "start": {
                                                "line": 8,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 8,
                                                "column": 54
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 271,
                                              "end": 276,
                                              "loc": {
                                                "start": {
                                                  "line": 8,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 8,
                                                  "column": 40
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 280,
                                              "end": 289,
                                              "loc": {
                                                "start": {
                                                  "line": 8,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 8,
                                                  "column": 53
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 280,
                                                "end": 285,
                                                "loc": {
                                                  "start": {
                                                    "line": 8,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 8,
                                                    "column": 49
                                                  },
                                                  "identifierName": "index"
                                                },
                                                "name": "index"
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 288,
                                                "end": 289,
                                                "loc": {
                                                  "start": {
                                                    "line": 8,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 8,
                                                    "column": 53
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                },
                                                "value": 1
                                              },
                                              "extra": {
                                                "parenthesized": true,
                                                "parenStart": 279
                                              }
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 305,
                                      "end": 308,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 16
                                        },
                                        "identifierName": "map"
                                      },
                                      "name": "map"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 309,
                                      "end": 342,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 50
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 309,
                                          "end": 315,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 23
                                            },
                                            "identifierName": "offset"
                                          },
                                          "name": "offset"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 319,
                                        "end": 342,
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 50
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 319,
                                          "end": 327,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 35
                                            },
                                            "identifierName": "callback"
                                          },
                                          "name": "callback"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 328,
                                            "end": 333,
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 41
                                              },
                                              "identifierName": "limit"
                                            },
                                            "name": "limit"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 335,
                                            "end": 341,
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 49
                                              },
                                              "identifierName": "offset"
                                            },
                                            "name": "offset"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 352,
                            "end": 678,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 10
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 359,
                              "end": 678,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 15
                                },
                                "end": {
                                  "line": 15,
                                  "column": 10
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 359,
                                "end": 385,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 359,
                                  "end": 380,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 359,
                                    "end": 370,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 359,
                                      "end": 366,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 22
                                        },
                                        "identifierName": "Promise"
                                      },
                                      "name": "Promise"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 367,
                                      "end": 370,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 26
                                        },
                                        "identifierName": "all"
                                      },
                                      "name": "all"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 371,
                                      "end": 379,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 35
                                        },
                                        "identifierName": "promises"
                                      },
                                      "name": "promises"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 381,
                                  "end": 385,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 41
                                    },
                                    "identifierName": "then"
                                  },
                                  "name": "then"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 386,
                                  "end": 677,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 9
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 386,
                                      "end": 395,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 51
                                        },
                                        "identifierName": "responses"
                                      },
                                      "name": "responses"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 399,
                                    "end": 677,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 413,
                                        "end": 567,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 75
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 419,
                                            "end": 567,
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 75
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 419,
                                              "end": 426,
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 25
                                                },
                                                "identifierName": "allData"
                                              },
                                              "name": "allData"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 429,
                                              "end": 567,
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 13,
                                                  "column": 75
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 429,
                                                "end": 515,
                                                "loc": {
                                                  "start": {
                                                    "line": 11,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 13,
                                                    "column": 23
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 429,
                                                  "end": 491,
                                                  "loc": {
                                                    "start": {
                                                      "line": 11,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 52
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 429,
                                                    "end": 459,
                                                    "loc": {
                                                      "start": {
                                                        "line": 11,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 20
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 429,
                                                      "end": 438,
                                                      "loc": {
                                                        "start": {
                                                          "line": 11,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 11,
                                                          "column": 37
                                                        },
                                                        "identifierName": "responses"
                                                      },
                                                      "name": "responses"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 456,
                                                      "end": 459,
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 20
                                                        },
                                                        "identifierName": "map"
                                                      },
                                                      "name": "map"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 460,
                                                      "end": 490,
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 51
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 460,
                                                          "end": 468,
                                                          "loc": {
                                                            "start": {
                                                              "line": 12,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 12,
                                                              "column": 29
                                                            },
                                                            "identifierName": "response"
                                                          },
                                                          "name": "response"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "MemberExpression",
                                                        "start": 472,
                                                        "end": 490,
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 472,
                                                          "end": 485,
                                                          "loc": {
                                                            "start": {
                                                              "line": 12,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 12,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 472,
                                                            "end": 480,
                                                            "loc": {
                                                              "start": {
                                                                "line": 12,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 12,
                                                                "column": 41
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 481,
                                                            "end": 485,
                                                            "loc": {
                                                              "start": {
                                                                "line": 12,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 12,
                                                                "column": 46
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 486,
                                                          "end": 490,
                                                          "loc": {
                                                            "start": {
                                                              "line": 12,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 12,
                                                              "column": 51
                                                            },
                                                            "identifierName": "data"
                                                          },
                                                          "name": "data"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 509,
                                                  "end": 515,
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 23
                                                    },
                                                    "identifierName": "reduce"
                                                  },
                                                  "name": "reduce"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 516,
                                                  "end": 546,
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 54
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": true,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 517,
                                                      "end": 520,
                                                      "loc": {
                                                        "start": {
                                                          "line": 13,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 13,
                                                          "column": 28
                                                        },
                                                        "identifierName": "acc"
                                                      },
                                                      "name": "acc"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 522,
                                                      "end": 525,
                                                      "loc": {
                                                        "start": {
                                                          "line": 13,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 13,
                                                          "column": 33
                                                        },
                                                        "identifierName": "val"
                                                      },
                                                      "name": "val"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "ArrayExpression",
                                                    "start": 530,
                                                    "end": 546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 13,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 13,
                                                        "column": 54
                                                      }
                                                    },
                                                    "elements": [
                                                      {
                                                        "type": "SpreadElement",
                                                        "start": 531,
                                                        "end": 537,
                                                        "loc": {
                                                          "start": {
                                                            "line": 13,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 13,
                                                            "column": 45
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 534,
                                                          "end": 537,
                                                          "loc": {
                                                            "start": {
                                                              "line": 13,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 13,
                                                              "column": 45
                                                            },
                                                            "identifierName": "acc"
                                                          },
                                                          "name": "acc"
                                                        }
                                                      },
                                                      {
                                                        "type": "SpreadElement",
                                                        "start": 539,
                                                        "end": 545,
                                                        "loc": {
                                                          "start": {
                                                            "line": 13,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 13,
                                                            "column": 53
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 542,
                                                          "end": 545,
                                                          "loc": {
                                                            "start": {
                                                              "line": 13,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 13,
                                                              "column": 53
                                                            },
                                                            "identifierName": "val"
                                                          },
                                                          "name": "val"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 548,
                                                  "end": 566,
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 74
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 548,
                                                    "end": 561,
                                                    "loc": {
                                                      "start": {
                                                        "line": 13,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 13,
                                                        "column": 69
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 548,
                                                      "end": 556,
                                                      "loc": {
                                                        "start": {
                                                          "line": 13,
                                                          "column": 56
                                                        },
                                                        "end": {
                                                          "line": 13,
                                                          "column": 64
                                                        },
                                                        "identifierName": "response"
                                                      },
                                                      "name": "response"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 557,
                                                      "end": 561,
                                                      "loc": {
                                                        "start": {
                                                          "line": 13,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 13,
                                                          "column": 69
                                                        },
                                                        "identifierName": "data"
                                                      },
                                                      "name": "data"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 562,
                                                    "end": 566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 13,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 13,
                                                        "column": 74
                                                      },
                                                      "identifierName": "data"
                                                    },
                                                    "name": "data"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 580,
                                        "end": 667,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 99
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 587,
                                          "end": 667,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 99
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 587,
                                            "end": 600,
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 587,
                                              "end": 593,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 25
                                                },
                                                "identifierName": "Object"
                                              },
                                              "name": "Object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 594,
                                              "end": 600,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 32
                                                },
                                                "identifierName": "assign"
                                              },
                                              "name": "assign"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 601,
                                              "end": 609,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 41
                                                },
                                                "identifierName": "response"
                                              },
                                              "name": "response"
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 611,
                                              "end": 666,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 98
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 612,
                                                  "end": 665,
                                                  "loc": {
                                                    "start": {
                                                      "line": 14,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 14,
                                                      "column": 97
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 612,
                                                    "end": 616,
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 48
                                                      },
                                                      "identifierName": "data"
                                                    },
                                                    "name": "data"
                                                  },
                                                  "value": {
                                                    "type": "ObjectExpression",
                                                    "start": 618,
                                                    "end": 665,
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 97
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 619,
                                                        "end": 632,
                                                        "loc": {
                                                          "start": {
                                                            "line": 14,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 14,
                                                            "column": 64
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 619,
                                                          "end": 623,
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 55
                                                            },
                                                            "identifierName": "data"
                                                          },
                                                          "name": "data"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 625,
                                                          "end": 632,
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 64
                                                            },
                                                            "identifierName": "allData"
                                                          },
                                                          "name": "allData"
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 634,
                                                        "end": 664,
                                                        "loc": {
                                                          "start": {
                                                            "line": 14,
                                                            "column": 66
                                                          },
                                                          "end": {
                                                            "line": 14,
                                                            "column": 96
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 634,
                                                          "end": 641,
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 73
                                                            },
                                                            "identifierName": "summary"
                                                          },
                                                          "name": "summary"
                                                        },
                                                        "value": {
                                                          "type": "MemberExpression",
                                                          "start": 643,
                                                          "end": 664,
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 75
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 96
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 643,
                                                            "end": 656,
                                                            "loc": {
                                                              "start": {
                                                                "line": 14,
                                                                "column": 75
                                                              },
                                                              "end": {
                                                                "line": 14,
                                                                "column": 88
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 643,
                                                              "end": 651,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 14,
                                                                  "column": 75
                                                                },
                                                                "end": {
                                                                  "line": 14,
                                                                  "column": 83
                                                                },
                                                                "identifierName": "response"
                                                              },
                                                              "name": "response"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 652,
                                                              "end": 656,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 14,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 14,
                                                                  "column": 88
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 657,
                                                            "end": 664,
                                                            "loc": {
                                                              "start": {
                                                                "line": 14,
                                                                "column": 89
                                                              },
                                                              "end": {
                                                                "line": 14,
                                                                "column": 96
                                                              },
                                                              "identifierName": "summary"
                                                            },
                                                            "name": "summary"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 0,
              "end": 18,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 0
                },
                "end": {
                  "line": 3,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 0,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 0,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 0,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 19,
      "end": 25,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 26,
      "end": 33,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 34,
      "end": 35,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 35,
      "end": 43,
      "loc": {
        "start": {
          "line": 4,
          "column": 16
        },
        "end": {
          "line": 4,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 43,
      "end": 44,
      "loc": {
        "start": {
          "line": 4,
          "column": 24
        },
        "end": {
          "line": 4,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 45,
      "end": 50,
      "loc": {
        "start": {
          "line": 4,
          "column": 26
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 52,
      "end": 54,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 55,
      "end": 56,
      "loc": {
        "start": {
          "line": 4,
          "column": 36
        },
        "end": {
          "line": 4,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 61,
      "end": 67,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 5,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 68,
      "end": 76,
      "loc": {
        "start": {
          "line": 5,
          "column": 11
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 76,
      "end": 77,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 77,
      "end": 82,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 5,
          "column": 26
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 84,
      "end": 88,
      "loc": {
        "start": {
          "line": 5,
          "column": 27
        },
        "end": {
          "line": 5,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 88,
      "end": 89,
      "loc": {
        "start": {
          "line": 5,
          "column": 31
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 89,
      "end": 97,
      "loc": {
        "start": {
          "line": 5,
          "column": 32
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 98,
      "end": 100,
      "loc": {
        "start": {
          "line": 5,
          "column": 41
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 101,
      "end": 102,
      "loc": {
        "start": {
          "line": 5,
          "column": 44
        },
        "end": {
          "line": 5,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 111,
      "end": 116,
      "loc": {
        "start": {
          "line": 6,
          "column": 8
        },
        "end": {
          "line": 6,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offsets",
      "start": 117,
      "end": 124,
      "loc": {
        "start": {
          "line": 6,
          "column": 14
        },
        "end": {
          "line": 6,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 6,
          "column": 22
        },
        "end": {
          "line": 6,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 127,
      "end": 131,
      "loc": {
        "start": {
          "line": 6,
          "column": 24
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 131,
      "end": 132,
      "loc": {
        "start": {
          "line": 6,
          "column": 28
        },
        "end": {
          "line": 6,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floor",
      "start": 132,
      "end": 137,
      "loc": {
        "start": {
          "line": 6,
          "column": 29
        },
        "end": {
          "line": 6,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 137,
      "end": 138,
      "loc": {
        "start": {
          "line": 6,
          "column": 34
        },
        "end": {
          "line": 6,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 138,
      "end": 146,
      "loc": {
        "start": {
          "line": 6,
          "column": 35
        },
        "end": {
          "line": 6,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 146,
      "end": 147,
      "loc": {
        "start": {
          "line": 6,
          "column": 43
        },
        "end": {
          "line": 6,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 147,
      "end": 151,
      "loc": {
        "start": {
          "line": 6,
          "column": 44
        },
        "end": {
          "line": 6,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 6,
          "column": 48
        },
        "end": {
          "line": 6,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "summary",
      "start": 152,
      "end": 159,
      "loc": {
        "start": {
          "line": 6,
          "column": 49
        },
        "end": {
          "line": 6,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 6,
          "column": 56
        },
        "end": {
          "line": 6,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 160,
      "end": 165,
      "loc": {
        "start": {
          "line": 6,
          "column": 57
        },
        "end": {
          "line": 6,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 166,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 63
        },
        "end": {
          "line": 6,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 169,
      "end": 170,
      "loc": {
        "start": {
          "line": 6,
          "column": 66
        },
        "end": {
          "line": 6,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 171,
      "end": 172,
      "loc": {
        "start": {
          "line": 6,
          "column": 68
        },
        "end": {
          "line": 6,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 173,
      "end": 178,
      "loc": {
        "start": {
          "line": 6,
          "column": 70
        },
        "end": {
          "line": 6,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 75
        },
        "end": {
          "line": 6,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 188,
      "end": 193,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 194,
      "end": 202,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 7,
          "column": 23
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 205,
      "end": 208,
      "loc": {
        "start": {
          "line": 7,
          "column": 25
        },
        "end": {
          "line": 7,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 209,
      "end": 214,
      "loc": {
        "start": {
          "line": 7,
          "column": 29
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 214,
      "end": 215,
      "loc": {
        "start": {
          "line": 7,
          "column": 34
        },
        "end": {
          "line": 7,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offsets",
      "start": 215,
      "end": 222,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 222,
      "end": 223,
      "loc": {
        "start": {
          "line": 7,
          "column": 42
        },
        "end": {
          "line": 7,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 223,
      "end": 224,
      "loc": {
        "start": {
          "line": 7,
          "column": 43
        },
        "end": {
          "line": 7,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fill",
      "start": 224,
      "end": 228,
      "loc": {
        "start": {
          "line": 7,
          "column": 44
        },
        "end": {
          "line": 7,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 7,
          "column": 48
        },
        "end": {
          "line": 7,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 229,
      "end": 234,
      "loc": {
        "start": {
          "line": 7,
          "column": 49
        },
        "end": {
          "line": 7,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 234,
      "end": 235,
      "loc": {
        "start": {
          "line": 7,
          "column": 54
        },
        "end": {
          "line": 7,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 248,
      "end": 249,
      "loc": {
        "start": {
          "line": 8,
          "column": 12
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 249,
      "end": 252,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 252,
      "end": 253,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 253,
      "end": 254,
      "loc": {
        "start": {
          "line": 8,
          "column": 17
        },
        "end": {
          "line": 8,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 254,
      "end": 259,
      "loc": {
        "start": {
          "line": 8,
          "column": 18
        },
        "end": {
          "line": 8,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 259,
      "end": 260,
      "loc": {
        "start": {
          "line": 8,
          "column": 23
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 261,
      "end": 266,
      "loc": {
        "start": {
          "line": 8,
          "column": 25
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 266,
      "end": 267,
      "loc": {
        "start": {
          "line": 8,
          "column": 30
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 268,
      "end": 270,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 271,
      "end": 276,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 277,
      "end": 278,
      "loc": {
        "start": {
          "line": 8,
          "column": 41
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 279,
      "end": 280,
      "loc": {
        "start": {
          "line": 8,
          "column": 43
        },
        "end": {
          "line": 8,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 280,
      "end": 285,
      "loc": {
        "start": {
          "line": 8,
          "column": 44
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 286,
      "end": 287,
      "loc": {
        "start": {
          "line": 8,
          "column": 50
        },
        "end": {
          "line": 8,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 288,
      "end": 289,
      "loc": {
        "start": {
          "line": 8,
          "column": 52
        },
        "end": {
          "line": 8,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 289,
      "end": 290,
      "loc": {
        "start": {
          "line": 8,
          "column": 53
        },
        "end": {
          "line": 8,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 8,
          "column": 54
        },
        "end": {
          "line": 8,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 304,
      "end": 305,
      "loc": {
        "start": {
          "line": 9,
          "column": 12
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 305,
      "end": 308,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 309,
      "end": 315,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 316,
      "end": 318,
      "loc": {
        "start": {
          "line": 9,
          "column": 24
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "callback",
      "start": 319,
      "end": 327,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 327,
      "end": 328,
      "loc": {
        "start": {
          "line": 9,
          "column": 35
        },
        "end": {
          "line": 9,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 328,
      "end": 333,
      "loc": {
        "start": {
          "line": 9,
          "column": 36
        },
        "end": {
          "line": 9,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 333,
      "end": 334,
      "loc": {
        "start": {
          "line": 9,
          "column": 41
        },
        "end": {
          "line": 9,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 335,
      "end": 341,
      "loc": {
        "start": {
          "line": 9,
          "column": 43
        },
        "end": {
          "line": 9,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 9,
          "column": 49
        },
        "end": {
          "line": 9,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 342,
      "end": 343,
      "loc": {
        "start": {
          "line": 9,
          "column": 50
        },
        "end": {
          "line": 9,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 352,
      "end": 358,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 359,
      "end": 366,
      "loc": {
        "start": {
          "line": 10,
          "column": 15
        },
        "end": {
          "line": 10,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 366,
      "end": 367,
      "loc": {
        "start": {
          "line": 10,
          "column": 22
        },
        "end": {
          "line": 10,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 367,
      "end": 370,
      "loc": {
        "start": {
          "line": 10,
          "column": 23
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 370,
      "end": 371,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promises",
      "start": 371,
      "end": 379,
      "loc": {
        "start": {
          "line": 10,
          "column": 27
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 10,
          "column": 35
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 380,
      "end": 381,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 381,
      "end": 385,
      "loc": {
        "start": {
          "line": 10,
          "column": 37
        },
        "end": {
          "line": 10,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 385,
      "end": 386,
      "loc": {
        "start": {
          "line": 10,
          "column": 41
        },
        "end": {
          "line": 10,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "responses",
      "start": 386,
      "end": 395,
      "loc": {
        "start": {
          "line": 10,
          "column": 42
        },
        "end": {
          "line": 10,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 396,
      "end": 398,
      "loc": {
        "start": {
          "line": 10,
          "column": 52
        },
        "end": {
          "line": 10,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 399,
      "end": 400,
      "loc": {
        "start": {
          "line": 10,
          "column": 55
        },
        "end": {
          "line": 10,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 413,
      "end": 418,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allData",
      "start": 419,
      "end": 426,
      "loc": {
        "start": {
          "line": 11,
          "column": 18
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 427,
      "end": 428,
      "loc": {
        "start": {
          "line": 11,
          "column": 26
        },
        "end": {
          "line": 11,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "responses",
      "start": 429,
      "end": 438,
      "loc": {
        "start": {
          "line": 11,
          "column": 28
        },
        "end": {
          "line": 11,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 455,
      "end": 456,
      "loc": {
        "start": {
          "line": 12,
          "column": 16
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 456,
      "end": 459,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 459,
      "end": 460,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 460,
      "end": 468,
      "loc": {
        "start": {
          "line": 12,
          "column": 21
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 469,
      "end": 471,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 472,
      "end": 480,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 12,
          "column": 41
        },
        "end": {
          "line": 12,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 481,
      "end": 485,
      "loc": {
        "start": {
          "line": 12,
          "column": 42
        },
        "end": {
          "line": 12,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 485,
      "end": 486,
      "loc": {
        "start": {
          "line": 12,
          "column": 46
        },
        "end": {
          "line": 12,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 486,
      "end": 490,
      "loc": {
        "start": {
          "line": 12,
          "column": 47
        },
        "end": {
          "line": 12,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 490,
      "end": 491,
      "loc": {
        "start": {
          "line": 12,
          "column": 51
        },
        "end": {
          "line": 12,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 508,
      "end": 509,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 509,
      "end": 515,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 13,
          "column": 23
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 13,
          "column": 24
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 517,
      "end": 520,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 520,
      "end": 521,
      "loc": {
        "start": {
          "line": 13,
          "column": 28
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 522,
      "end": 525,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 13,
          "column": 33
        },
        "end": {
          "line": 13,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 527,
      "end": 529,
      "loc": {
        "start": {
          "line": 13,
          "column": 35
        },
        "end": {
          "line": 13,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 13,
          "column": 38
        },
        "end": {
          "line": 13,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 531,
      "end": 534,
      "loc": {
        "start": {
          "line": 13,
          "column": 39
        },
        "end": {
          "line": 13,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 534,
      "end": 537,
      "loc": {
        "start": {
          "line": 13,
          "column": 42
        },
        "end": {
          "line": 13,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 537,
      "end": 538,
      "loc": {
        "start": {
          "line": 13,
          "column": 45
        },
        "end": {
          "line": 13,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 539,
      "end": 542,
      "loc": {
        "start": {
          "line": 13,
          "column": 47
        },
        "end": {
          "line": 13,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 542,
      "end": 545,
      "loc": {
        "start": {
          "line": 13,
          "column": 50
        },
        "end": {
          "line": 13,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 13,
          "column": 53
        },
        "end": {
          "line": 13,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 13,
          "column": 54
        },
        "end": {
          "line": 13,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 548,
      "end": 556,
      "loc": {
        "start": {
          "line": 13,
          "column": 56
        },
        "end": {
          "line": 13,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 556,
      "end": 557,
      "loc": {
        "start": {
          "line": 13,
          "column": 64
        },
        "end": {
          "line": 13,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 557,
      "end": 561,
      "loc": {
        "start": {
          "line": 13,
          "column": 65
        },
        "end": {
          "line": 13,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 561,
      "end": 562,
      "loc": {
        "start": {
          "line": 13,
          "column": 69
        },
        "end": {
          "line": 13,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 562,
      "end": 566,
      "loc": {
        "start": {
          "line": 13,
          "column": 70
        },
        "end": {
          "line": 13,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 13,
          "column": 74
        },
        "end": {
          "line": 13,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 580,
      "end": 586,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 587,
      "end": 593,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 593,
      "end": 594,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 594,
      "end": 600,
      "loc": {
        "start": {
          "line": 14,
          "column": 26
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 600,
      "end": 601,
      "loc": {
        "start": {
          "line": 14,
          "column": 32
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 601,
      "end": 609,
      "loc": {
        "start": {
          "line": 14,
          "column": 33
        },
        "end": {
          "line": 14,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 609,
      "end": 610,
      "loc": {
        "start": {
          "line": 14,
          "column": 41
        },
        "end": {
          "line": 14,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 14,
          "column": 43
        },
        "end": {
          "line": 14,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 612,
      "end": 616,
      "loc": {
        "start": {
          "line": 14,
          "column": 44
        },
        "end": {
          "line": 14,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 616,
      "end": 617,
      "loc": {
        "start": {
          "line": 14,
          "column": 48
        },
        "end": {
          "line": 14,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 14,
          "column": 50
        },
        "end": {
          "line": 14,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 619,
      "end": 623,
      "loc": {
        "start": {
          "line": 14,
          "column": 51
        },
        "end": {
          "line": 14,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 623,
      "end": 624,
      "loc": {
        "start": {
          "line": 14,
          "column": 55
        },
        "end": {
          "line": 14,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allData",
      "start": 625,
      "end": 632,
      "loc": {
        "start": {
          "line": 14,
          "column": 57
        },
        "end": {
          "line": 14,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 632,
      "end": 633,
      "loc": {
        "start": {
          "line": 14,
          "column": 64
        },
        "end": {
          "line": 14,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "summary",
      "start": 634,
      "end": 641,
      "loc": {
        "start": {
          "line": 14,
          "column": 66
        },
        "end": {
          "line": 14,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 14,
          "column": 73
        },
        "end": {
          "line": 14,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 643,
      "end": 651,
      "loc": {
        "start": {
          "line": 14,
          "column": 75
        },
        "end": {
          "line": 14,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 651,
      "end": 652,
      "loc": {
        "start": {
          "line": 14,
          "column": 83
        },
        "end": {
          "line": 14,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 652,
      "end": 656,
      "loc": {
        "start": {
          "line": 14,
          "column": 84
        },
        "end": {
          "line": 14,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 656,
      "end": 657,
      "loc": {
        "start": {
          "line": 14,
          "column": 88
        },
        "end": {
          "line": 14,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "summary",
      "start": 657,
      "end": 664,
      "loc": {
        "start": {
          "line": 14,
          "column": 89
        },
        "end": {
          "line": 14,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 664,
      "end": 665,
      "loc": {
        "start": {
          "line": 14,
          "column": 96
        },
        "end": {
          "line": 14,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 665,
      "end": 666,
      "loc": {
        "start": {
          "line": 14,
          "column": 97
        },
        "end": {
          "line": 14,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 666,
      "end": 667,
      "loc": {
        "start": {
          "line": 14,
          "column": 98
        },
        "end": {
          "line": 14,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 16,
          "column": 5
        },
        "end": {
          "line": 16,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 687,
      "end": 687,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 1
        }
      }
    }
  ]
}