{
  "type": "File",
  "start": 0,
  "end": 1446,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 84,
      "column": 56
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1446,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 84,
        "column": 56
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 150,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 4
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 150,
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 4
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 16,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 6
                },
                "end": {
                  "line": 1,
                  "column": 16
                },
                "identifierName": "API_DOMAIN"
              },
              "name": "API_DOMAIN"
            },
            "init": {
              "type": "CallExpression",
              "start": 19,
              "end": 150,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19
                },
                "end": {
                  "line": 3,
                  "column": 4
                }
              },
              "callee": {
                "type": "ArrowFunctionExpression",
                "start": 20,
                "end": 147,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 20
                  },
                  "end": {
                    "line": 3,
                    "column": 1
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 26,
                  "end": 147,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 26
                    },
                    "end": {
                      "line": 3,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 32,
                      "end": 145,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 4
                        },
                        "end": {
                          "line": 2,
                          "column": 117
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 39,
                        "end": 145,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 11
                          },
                          "end": {
                            "line": 2,
                            "column": 117
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 39,
                          "end": 73,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 11
                            },
                            "end": {
                              "line": 2,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 39,
                            "end": 59,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 11
                              },
                              "end": {
                                "line": 2,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 39,
                              "end": 50,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 11
                                },
                                "end": {
                                  "line": 2,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 39,
                                "end": 46,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 18
                                  },
                                  "identifierName": "process"
                                },
                                "name": "process"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 47,
                                "end": 50,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 22
                                  },
                                  "identifierName": "env"
                                },
                                "name": "env"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 51,
                              "end": 59,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 23
                                },
                                "end": {
                                  "line": 2,
                                  "column": 31
                                },
                                "identifierName": "NODE_ENV"
                              },
                              "name": "NODE_ENV"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 64,
                            "end": 73,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 36
                              },
                              "end": {
                                "line": 2,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "staging",
                              "raw": "'staging'"
                            },
                            "value": "staging"
                          }
                        },
                        "consequent": {
                          "type": "StringLiteral",
                          "start": 76,
                          "end": 113,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 48
                            },
                            "end": {
                              "line": 2,
                              "column": 85
                            }
                          },
                          "extra": {
                            "rawValue": "https://api.kkbox-staging.com/v1.1/",
                            "raw": "'https://api.kkbox-staging.com/v1.1/'"
                          },
                          "value": "https://api.kkbox-staging.com/v1.1/"
                        },
                        "alternate": {
                          "type": "StringLiteral",
                          "start": 116,
                          "end": 145,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 88
                            },
                            "end": {
                              "line": 2,
                              "column": 117
                            }
                          },
                          "extra": {
                            "rawValue": "https://api.kkbox.com/v1.1/",
                            "raw": "'https://api.kkbox.com/v1.1/'"
                          },
                          "value": "https://api.kkbox.com/v1.1/"
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 19
                }
              },
              "arguments": [],
              "trailingComments": null
            },
            "trailingComments": null
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 151,
            "end": 169,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 170,
        "end": 214,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 44
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 177,
          "end": 214,
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 7,
              "column": 44
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 183,
              "end": 214,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 13
                },
                "end": {
                  "line": 7,
                  "column": 44
                }
              },
              "id": {
                "type": "Identifier",
                "start": 183,
                "end": 189,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 13
                  },
                  "end": {
                    "line": 7,
                    "column": 19
                  },
                  "identifierName": "SEARCH"
                },
                "name": "SEARCH",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 192,
                "end": 214,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 22
                  },
                  "end": {
                    "line": 7,
                    "column": 44
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 192,
                  "end": 202,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 22
                    },
                    "end": {
                      "line": 7,
                      "column": 32
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 205,
                  "end": 214,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 35
                    },
                    "end": {
                      "line": 7,
                      "column": 44
                    }
                  },
                  "extra": {
                    "rawValue": "search/",
                    "raw": "'search/'"
                  },
                  "value": "search/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 151,
              "end": 169,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 6,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 216,
              "end": 234,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 0
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 151,
            "end": 169,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 216,
            "end": 234,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 235,
        "end": 279,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 44
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 242,
          "end": 279,
          "loc": {
            "start": {
              "line": 12,
              "column": 7
            },
            "end": {
              "line": 12,
              "column": 44
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 248,
              "end": 279,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 13
                },
                "end": {
                  "line": 12,
                  "column": 44
                }
              },
              "id": {
                "type": "Identifier",
                "start": 248,
                "end": 254,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 13
                  },
                  "end": {
                    "line": 12,
                    "column": 19
                  },
                  "identifierName": "TRACKS"
                },
                "name": "TRACKS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 257,
                "end": 279,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 22
                  },
                  "end": {
                    "line": 12,
                    "column": 44
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 257,
                  "end": 267,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 22
                    },
                    "end": {
                      "line": 12,
                      "column": 32
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 270,
                  "end": 279,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 35
                    },
                    "end": {
                      "line": 12,
                      "column": 44
                    }
                  },
                  "extra": {
                    "rawValue": "tracks/",
                    "raw": "'tracks/'"
                  },
                  "value": "tracks/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 216,
              "end": 234,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 0
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 281,
              "end": 299,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 0
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 216,
            "end": 234,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 281,
            "end": 299,
            "loc": {
              "start": {
                "line": 14,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 300,
        "end": 346,
        "loc": {
          "start": {
            "line": 17,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 46
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 307,
          "end": 346,
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 46
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 313,
              "end": 346,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 13
                },
                "end": {
                  "line": 17,
                  "column": 46
                }
              },
              "id": {
                "type": "Identifier",
                "start": 313,
                "end": 320,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 13
                  },
                  "end": {
                    "line": 17,
                    "column": 20
                  },
                  "identifierName": "ARTISTS"
                },
                "name": "ARTISTS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 323,
                "end": 346,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 23
                  },
                  "end": {
                    "line": 17,
                    "column": 46
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 323,
                  "end": 333,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 23
                    },
                    "end": {
                      "line": 17,
                      "column": 33
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 336,
                  "end": 346,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 36
                    },
                    "end": {
                      "line": 17,
                      "column": 46
                    }
                  },
                  "extra": {
                    "rawValue": "artists/",
                    "raw": "'artists/'"
                  },
                  "value": "artists/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 281,
              "end": 299,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 0
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 348,
              "end": 366,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 21,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 281,
            "end": 299,
            "loc": {
              "start": {
                "line": 14,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 348,
            "end": 366,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 21,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 367,
        "end": 411,
        "loc": {
          "start": {
            "line": 22,
            "column": 0
          },
          "end": {
            "line": 22,
            "column": 44
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 374,
          "end": 411,
          "loc": {
            "start": {
              "line": 22,
              "column": 7
            },
            "end": {
              "line": 22,
              "column": 44
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 380,
              "end": 411,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 13
                },
                "end": {
                  "line": 22,
                  "column": 44
                }
              },
              "id": {
                "type": "Identifier",
                "start": 380,
                "end": 386,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 13
                  },
                  "end": {
                    "line": 22,
                    "column": 19
                  },
                  "identifierName": "ALBUMS"
                },
                "name": "ALBUMS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 389,
                "end": 411,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 22
                  },
                  "end": {
                    "line": 22,
                    "column": 44
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 389,
                  "end": 399,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 22
                    },
                    "end": {
                      "line": 22,
                      "column": 32
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 402,
                  "end": 411,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 35
                    },
                    "end": {
                      "line": 22,
                      "column": 44
                    }
                  },
                  "extra": {
                    "rawValue": "albums/",
                    "raw": "'albums/'"
                  },
                  "value": "albums/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 348,
              "end": 366,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 21,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 413,
              "end": 431,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 0
                },
                "end": {
                  "line": 26,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 348,
            "end": 366,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 21,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 413,
            "end": 431,
            "loc": {
              "start": {
                "line": 24,
                "column": 0
              },
              "end": {
                "line": 26,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 432,
        "end": 496,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 27,
            "column": 64
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 439,
          "end": 496,
          "loc": {
            "start": {
              "line": 27,
              "column": 7
            },
            "end": {
              "line": 27,
              "column": 64
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 445,
              "end": 496,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 13
                },
                "end": {
                  "line": 27,
                  "column": 64
                }
              },
              "id": {
                "type": "Identifier",
                "start": 445,
                "end": 461,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 13
                  },
                  "end": {
                    "line": 27,
                    "column": 29
                  },
                  "identifierName": "SHARED_PLAYLISTS"
                },
                "name": "SHARED_PLAYLISTS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 464,
                "end": 496,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 32
                  },
                  "end": {
                    "line": 27,
                    "column": 64
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 464,
                  "end": 474,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 32
                    },
                    "end": {
                      "line": 27,
                      "column": 42
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 477,
                  "end": 496,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 45
                    },
                    "end": {
                      "line": 27,
                      "column": 64
                    }
                  },
                  "extra": {
                    "rawValue": "shared-playlists/",
                    "raw": "'shared-playlists/'"
                  },
                  "value": "shared-playlists/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 413,
              "end": 431,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 0
                },
                "end": {
                  "line": 26,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 498,
              "end": 516,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 0
                },
                "end": {
                  "line": 31,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 413,
            "end": 431,
            "loc": {
              "start": {
                "line": 24,
                "column": 0
              },
              "end": {
                "line": 26,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 498,
            "end": 516,
            "loc": {
              "start": {
                "line": 29,
                "column": 0
              },
              "end": {
                "line": 31,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 517,
        "end": 575,
        "loc": {
          "start": {
            "line": 32,
            "column": 0
          },
          "end": {
            "line": 32,
            "column": 58
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 524,
          "end": 575,
          "loc": {
            "start": {
              "line": 32,
              "column": 7
            },
            "end": {
              "line": 32,
              "column": 58
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 530,
              "end": 575,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 13
                },
                "end": {
                  "line": 32,
                  "column": 58
                }
              },
              "id": {
                "type": "Identifier",
                "start": 530,
                "end": 543,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 13
                  },
                  "end": {
                    "line": 32,
                    "column": 26
                  },
                  "identifierName": "MOOD_STATIONS"
                },
                "name": "MOOD_STATIONS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 546,
                "end": 575,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 29
                  },
                  "end": {
                    "line": 32,
                    "column": 58
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 546,
                  "end": 556,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 29
                    },
                    "end": {
                      "line": 32,
                      "column": 39
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 559,
                  "end": 575,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 42
                    },
                    "end": {
                      "line": 32,
                      "column": 58
                    }
                  },
                  "extra": {
                    "rawValue": "mood-stations/",
                    "raw": "'mood-stations/'"
                  },
                  "value": "mood-stations/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 498,
              "end": 516,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 0
                },
                "end": {
                  "line": 31,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 577,
              "end": 595,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 0
                },
                "end": {
                  "line": 36,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 498,
            "end": 516,
            "loc": {
              "start": {
                "line": 29,
                "column": 0
              },
              "end": {
                "line": 31,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 577,
            "end": 595,
            "loc": {
              "start": {
                "line": 34,
                "column": 0
              },
              "end": {
                "line": 36,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 596,
        "end": 664,
        "loc": {
          "start": {
            "line": 37,
            "column": 0
          },
          "end": {
            "line": 37,
            "column": 68
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 603,
          "end": 664,
          "loc": {
            "start": {
              "line": 37,
              "column": 7
            },
            "end": {
              "line": 37,
              "column": 68
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 609,
              "end": 664,
              "loc": {
                "start": {
                  "line": 37,
                  "column": 13
                },
                "end": {
                  "line": 37,
                  "column": 68
                }
              },
              "id": {
                "type": "Identifier",
                "start": 609,
                "end": 627,
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 13
                  },
                  "end": {
                    "line": 37,
                    "column": 31
                  },
                  "identifierName": "FEATURED_PLAYLISTS"
                },
                "name": "FEATURED_PLAYLISTS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 630,
                "end": 664,
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 34
                  },
                  "end": {
                    "line": 37,
                    "column": 68
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 630,
                  "end": 640,
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 34
                    },
                    "end": {
                      "line": 37,
                      "column": 44
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 643,
                  "end": 664,
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 47
                    },
                    "end": {
                      "line": 37,
                      "column": 68
                    }
                  },
                  "extra": {
                    "rawValue": "featured-playlists/",
                    "raw": "'featured-playlists/'"
                  },
                  "value": "featured-playlists/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 577,
              "end": 595,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 0
                },
                "end": {
                  "line": 36,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 666,
              "end": 684,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 0
                },
                "end": {
                  "line": 41,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 577,
            "end": 595,
            "loc": {
              "start": {
                "line": 34,
                "column": 0
              },
              "end": {
                "line": 36,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 666,
            "end": 684,
            "loc": {
              "start": {
                "line": 39,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 685,
        "end": 774,
        "loc": {
          "start": {
            "line": 42,
            "column": 0
          },
          "end": {
            "line": 42,
            "column": 89
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 692,
          "end": 774,
          "loc": {
            "start": {
              "line": 42,
              "column": 7
            },
            "end": {
              "line": 42,
              "column": 89
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 698,
              "end": 774,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 13
                },
                "end": {
                  "line": 42,
                  "column": 89
                }
              },
              "id": {
                "type": "Identifier",
                "start": 698,
                "end": 727,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 13
                  },
                  "end": {
                    "line": 42,
                    "column": 42
                  },
                  "identifierName": "FEATURED_PLAYLISTS_CATEGORIES"
                },
                "name": "FEATURED_PLAYLISTS_CATEGORIES",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 730,
                "end": 774,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 45
                  },
                  "end": {
                    "line": 42,
                    "column": 89
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 730,
                  "end": 740,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 45
                    },
                    "end": {
                      "line": 42,
                      "column": 55
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 743,
                  "end": 774,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 58
                    },
                    "end": {
                      "line": 42,
                      "column": 89
                    }
                  },
                  "extra": {
                    "rawValue": "featured-playlist-categories/",
                    "raw": "'featured-playlist-categories/'"
                  },
                  "value": "featured-playlist-categories/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 666,
              "end": 684,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 0
                },
                "end": {
                  "line": 41,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 776,
              "end": 794,
              "loc": {
                "start": {
                  "line": 44,
                  "column": 0
                },
                "end": {
                  "line": 46,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 666,
            "end": 684,
            "loc": {
              "start": {
                "line": 39,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 776,
            "end": 794,
            "loc": {
              "start": {
                "line": 44,
                "column": 0
              },
              "end": {
                "line": 46,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 795,
        "end": 871,
        "loc": {
          "start": {
            "line": 47,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 76
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 802,
          "end": 871,
          "loc": {
            "start": {
              "line": 47,
              "column": 7
            },
            "end": {
              "line": 47,
              "column": 76
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 808,
              "end": 871,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 13
                },
                "end": {
                  "line": 47,
                  "column": 76
                }
              },
              "id": {
                "type": "Identifier",
                "start": 808,
                "end": 830,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 13
                  },
                  "end": {
                    "line": 47,
                    "column": 35
                  },
                  "identifierName": "NEW_RELEASE_CATEGORIES"
                },
                "name": "NEW_RELEASE_CATEGORIES",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 833,
                "end": 871,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 38
                  },
                  "end": {
                    "line": 47,
                    "column": 76
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 833,
                  "end": 843,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 38
                    },
                    "end": {
                      "line": 47,
                      "column": 48
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 846,
                  "end": 871,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 51
                    },
                    "end": {
                      "line": 47,
                      "column": 76
                    }
                  },
                  "extra": {
                    "rawValue": "new-release-categories/",
                    "raw": "'new-release-categories/'"
                  },
                  "value": "new-release-categories/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 776,
              "end": 794,
              "loc": {
                "start": {
                  "line": 44,
                  "column": 0
                },
                "end": {
                  "line": 46,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 873,
              "end": 891,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 0
                },
                "end": {
                  "line": 51,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 776,
            "end": 794,
            "loc": {
              "start": {
                "line": 44,
                "column": 0
              },
              "end": {
                "line": 46,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 873,
            "end": 891,
            "loc": {
              "start": {
                "line": 49,
                "column": 0
              },
              "end": {
                "line": 51,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 892,
        "end": 960,
        "loc": {
          "start": {
            "line": 52,
            "column": 0
          },
          "end": {
            "line": 52,
            "column": 68
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 899,
          "end": 960,
          "loc": {
            "start": {
              "line": 52,
              "column": 7
            },
            "end": {
              "line": 52,
              "column": 68
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 905,
              "end": 960,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 13
                },
                "end": {
                  "line": 52,
                  "column": 68
                }
              },
              "id": {
                "type": "Identifier",
                "start": 905,
                "end": 923,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 13
                  },
                  "end": {
                    "line": 52,
                    "column": 31
                  },
                  "identifierName": "NEW_HITS_PLAYLISTS"
                },
                "name": "NEW_HITS_PLAYLISTS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 926,
                "end": 960,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 34
                  },
                  "end": {
                    "line": 52,
                    "column": 68
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 926,
                  "end": 936,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 34
                    },
                    "end": {
                      "line": 52,
                      "column": 44
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 939,
                  "end": 960,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 47
                    },
                    "end": {
                      "line": 52,
                      "column": 68
                    }
                  },
                  "extra": {
                    "rawValue": "new-hits-playlists/",
                    "raw": "'new-hits-playlists/'"
                  },
                  "value": "new-hits-playlists/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 873,
              "end": 891,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 0
                },
                "end": {
                  "line": 51,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 962,
              "end": 980,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 0
                },
                "end": {
                  "line": 56,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 873,
            "end": 891,
            "loc": {
              "start": {
                "line": 49,
                "column": 0
              },
              "end": {
                "line": 51,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 962,
            "end": 980,
            "loc": {
              "start": {
                "line": 54,
                "column": 0
              },
              "end": {
                "line": 56,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 981,
        "end": 1041,
        "loc": {
          "start": {
            "line": 57,
            "column": 0
          },
          "end": {
            "line": 57,
            "column": 60
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 988,
          "end": 1041,
          "loc": {
            "start": {
              "line": 57,
              "column": 7
            },
            "end": {
              "line": 57,
              "column": 60
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 994,
              "end": 1041,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 13
                },
                "end": {
                  "line": 57,
                  "column": 60
                }
              },
              "id": {
                "type": "Identifier",
                "start": 994,
                "end": 1008,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 13
                  },
                  "end": {
                    "line": 57,
                    "column": 27
                  },
                  "identifierName": "GENRE_STATIONS"
                },
                "name": "GENRE_STATIONS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 1011,
                "end": 1041,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 30
                  },
                  "end": {
                    "line": 57,
                    "column": 60
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 1011,
                  "end": 1021,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 30
                    },
                    "end": {
                      "line": 57,
                      "column": 40
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 1024,
                  "end": 1041,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 43
                    },
                    "end": {
                      "line": 57,
                      "column": 60
                    }
                  },
                  "extra": {
                    "rawValue": "genre-stations/",
                    "raw": "'genre-stations/'"
                  },
                  "value": "genre-stations/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 962,
              "end": 980,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 0
                },
                "end": {
                  "line": 56,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1043,
              "end": 1061,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 0
                },
                "end": {
                  "line": 61,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 962,
            "end": 980,
            "loc": {
              "start": {
                "line": 54,
                "column": 0
              },
              "end": {
                "line": 56,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1043,
            "end": 1061,
            "loc": {
              "start": {
                "line": 59,
                "column": 0
              },
              "end": {
                "line": 61,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1062,
        "end": 1106,
        "loc": {
          "start": {
            "line": 62,
            "column": 0
          },
          "end": {
            "line": 62,
            "column": 44
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1069,
          "end": 1106,
          "loc": {
            "start": {
              "line": 62,
              "column": 7
            },
            "end": {
              "line": 62,
              "column": 44
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1075,
              "end": 1106,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 13
                },
                "end": {
                  "line": 62,
                  "column": 44
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1075,
                "end": 1081,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 13
                  },
                  "end": {
                    "line": 62,
                    "column": 19
                  },
                  "identifierName": "CHARTS"
                },
                "name": "CHARTS",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 1084,
                "end": 1106,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 22
                  },
                  "end": {
                    "line": 62,
                    "column": 44
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 1084,
                  "end": 1094,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 22
                    },
                    "end": {
                      "line": 62,
                      "column": 32
                    },
                    "identifierName": "API_DOMAIN"
                  },
                  "name": "API_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 1097,
                  "end": 1106,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 35
                    },
                    "end": {
                      "line": 62,
                      "column": 44
                    }
                  },
                  "extra": {
                    "rawValue": "charts/",
                    "raw": "'charts/'"
                  },
                  "value": "charts/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1043,
              "end": 1061,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 0
                },
                "end": {
                  "line": 61,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1108,
              "end": 1126,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 0
                },
                "end": {
                  "line": 66,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1043,
            "end": 1061,
            "loc": {
              "start": {
                "line": 59,
                "column": 0
              },
              "end": {
                "line": 61,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1108,
            "end": 1126,
            "loc": {
              "start": {
                "line": 64,
                "column": 0
              },
              "end": {
                "line": 66,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1127,
        "end": 1246,
        "loc": {
          "start": {
            "line": 67,
            "column": 0
          },
          "end": {
            "line": 72,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1134,
          "end": 1246,
          "loc": {
            "start": {
              "line": 67,
              "column": 7
            },
            "end": {
              "line": 72,
              "column": 1
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1140,
              "end": 1246,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 13
                },
                "end": {
                  "line": 72,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1140,
                "end": 1152,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 13
                  },
                  "end": {
                    "line": 67,
                    "column": 25
                  },
                  "identifierName": "SEARCH_TYPES"
                },
                "name": "SEARCH_TYPES",
                "leadingComments": null
              },
              "init": {
                "type": "ObjectExpression",
                "start": 1155,
                "end": 1246,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 28
                  },
                  "end": {
                    "line": 72,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 1161,
                    "end": 1177,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 20
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1161,
                      "end": 1167,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 68,
                          "column": 10
                        },
                        "identifierName": "ARTIST"
                      },
                      "name": "ARTIST"
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1169,
                      "end": 1177,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 12
                        },
                        "end": {
                          "line": 68,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": "artist",
                        "raw": "'artist'"
                      },
                      "value": "artist"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1183,
                    "end": 1197,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 18
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1183,
                      "end": 1188,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 4
                        },
                        "end": {
                          "line": 69,
                          "column": 9
                        },
                        "identifierName": "ALBUM"
                      },
                      "name": "ALBUM"
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1190,
                      "end": 1197,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 11
                        },
                        "end": {
                          "line": 69,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": "album",
                        "raw": "'album'"
                      },
                      "value": "album"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1203,
                    "end": 1217,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 18
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1203,
                      "end": 1208,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 9
                        },
                        "identifierName": "TRACK"
                      },
                      "name": "TRACK"
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1210,
                      "end": 1217,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 11
                        },
                        "end": {
                          "line": 70,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": "track",
                        "raw": "'track'"
                      },
                      "value": "track"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1223,
                    "end": 1244,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 25
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1223,
                      "end": 1232,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 13
                        },
                        "identifierName": "PLAY_LIST"
                      },
                      "name": "PLAY_LIST"
                    },
                    "value": {
                      "type": "StringLiteral",
                      "start": 1234,
                      "end": 1244,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 15
                        },
                        "end": {
                          "line": 71,
                          "column": 25
                        }
                      },
                      "extra": {
                        "rawValue": "playlist",
                        "raw": "'playlist'"
                      },
                      "value": "playlist"
                    }
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1108,
              "end": 1126,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 0
                },
                "end": {
                  "line": 66,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1108,
            "end": 1126,
            "loc": {
              "start": {
                "line": 64,
                "column": 0
              },
              "end": {
                "line": 66,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 1248,
        "end": 1304,
        "loc": {
          "start": {
            "line": 74,
            "column": 0
          },
          "end": {
            "line": 74,
            "column": 56
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 1254,
            "end": 1304,
            "loc": {
              "start": {
                "line": 74,
                "column": 6
              },
              "end": {
                "line": 74,
                "column": 56
              }
            },
            "id": {
              "type": "Identifier",
              "start": 1254,
              "end": 1266,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 6
                },
                "end": {
                  "line": 74,
                  "column": 18
                },
                "identifierName": "OAuth_DOMAIN"
              },
              "name": "OAuth_DOMAIN"
            },
            "init": {
              "type": "StringLiteral",
              "start": 1269,
              "end": 1304,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 21
                },
                "end": {
                  "line": 74,
                  "column": 56
                }
              },
              "extra": {
                "rawValue": "https://account.kkbox.com/oauth2/",
                "raw": "'https://account.kkbox.com/oauth2/'"
              },
              "value": "https://account.kkbox.com/oauth2/",
              "leadingComments": null,
              "trailingComments": null
            },
            "trailingComments": null
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1306,
            "end": 1324,
            "loc": {
              "start": {
                "line": 76,
                "column": 0
              },
              "end": {
                "line": 78,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1325,
        "end": 1369,
        "loc": {
          "start": {
            "line": 79,
            "column": 0
          },
          "end": {
            "line": 79,
            "column": 44
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1332,
          "end": 1369,
          "loc": {
            "start": {
              "line": 79,
              "column": 7
            },
            "end": {
              "line": 79,
              "column": 44
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1338,
              "end": 1369,
              "loc": {
                "start": {
                  "line": 79,
                  "column": 13
                },
                "end": {
                  "line": 79,
                  "column": 44
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1338,
                "end": 1343,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 13
                  },
                  "end": {
                    "line": 79,
                    "column": 18
                  },
                  "identifierName": "Token"
                },
                "name": "Token",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 1346,
                "end": 1369,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 21
                  },
                  "end": {
                    "line": 79,
                    "column": 44
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 1346,
                  "end": 1358,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 21
                    },
                    "end": {
                      "line": 79,
                      "column": 33
                    },
                    "identifierName": "OAuth_DOMAIN"
                  },
                  "name": "OAuth_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 1361,
                  "end": 1369,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 36
                    },
                    "end": {
                      "line": 79,
                      "column": 44
                    }
                  },
                  "extra": {
                    "rawValue": "token/",
                    "raw": "'token/'"
                  },
                  "value": "token/",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": null,
              "trailingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1306,
              "end": 1324,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 0
                },
                "end": {
                  "line": 78,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1371,
              "end": 1389,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 0
                },
                "end": {
                  "line": 83,
                  "column": 3
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1306,
            "end": 1324,
            "loc": {
              "start": {
                "line": 76,
                "column": 0
              },
              "end": {
                "line": 78,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1371,
            "end": 1389,
            "loc": {
              "start": {
                "line": 81,
                "column": 0
              },
              "end": {
                "line": 83,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1390,
        "end": 1446,
        "loc": {
          "start": {
            "line": 84,
            "column": 0
          },
          "end": {
            "line": 84,
            "column": 56
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1397,
          "end": 1446,
          "loc": {
            "start": {
              "line": 84,
              "column": 7
            },
            "end": {
              "line": 84,
              "column": 56
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1403,
              "end": 1446,
              "loc": {
                "start": {
                  "line": 84,
                  "column": 13
                },
                "end": {
                  "line": 84,
                  "column": 56
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1403,
                "end": 1416,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 13
                  },
                  "end": {
                    "line": 84,
                    "column": 26
                  },
                  "identifierName": "Authorization"
                },
                "name": "Authorization",
                "leadingComments": null
              },
              "init": {
                "type": "BinaryExpression",
                "start": 1419,
                "end": 1446,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 29
                  },
                  "end": {
                    "line": 84,
                    "column": 56
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 1419,
                  "end": 1431,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 29
                    },
                    "end": {
                      "line": 84,
                      "column": 41
                    },
                    "identifierName": "OAuth_DOMAIN"
                  },
                  "name": "OAuth_DOMAIN"
                },
                "operator": "+",
                "right": {
                  "type": "StringLiteral",
                  "start": 1434,
                  "end": 1446,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 44
                    },
                    "end": {
                      "line": 84,
                      "column": 56
                    }
                  },
                  "extra": {
                    "rawValue": "authorize/",
                    "raw": "'authorize/'"
                  },
                  "value": "authorize/"
                }
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @ignore\n ",
              "start": 1371,
              "end": 1389,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 0
                },
                "end": {
                  "line": 83,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @ignore\n ",
            "start": 1371,
            "end": 1389,
            "loc": {
              "start": {
                "line": 81,
                "column": 0
              },
              "end": {
                "line": 83,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 151,
      "end": 169,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 216,
      "end": 234,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 281,
      "end": 299,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 348,
      "end": 366,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 413,
      "end": 431,
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 498,
      "end": 516,
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 577,
      "end": 595,
      "loc": {
        "start": {
          "line": 34,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 666,
      "end": 684,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 776,
      "end": 794,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 873,
      "end": 891,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 962,
      "end": 980,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1043,
      "end": 1061,
      "loc": {
        "start": {
          "line": 59,
          "column": 0
        },
        "end": {
          "line": 61,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1108,
      "end": 1126,
      "loc": {
        "start": {
          "line": 64,
          "column": 0
        },
        "end": {
          "line": 66,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1306,
      "end": 1324,
      "loc": {
        "start": {
          "line": 76,
          "column": 0
        },
        "end": {
          "line": 78,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1371,
      "end": 1389,
      "loc": {
        "start": {
          "line": 81,
          "column": 0
        },
        "end": {
          "line": 83,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "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": 0,
      "end": 5,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 6,
      "end": 16,
      "loc": {
        "start": {
          "line": 1,
          "column": 6
        },
        "end": {
          "line": 1,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 17,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 17
        },
        "end": {
          "line": 1,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 19,
      "end": 20,
      "loc": {
        "start": {
          "line": 1,
          "column": 19
        },
        "end": {
          "line": 1,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20,
      "end": 21,
      "loc": {
        "start": {
          "line": 1,
          "column": 20
        },
        "end": {
          "line": 1,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 21,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 21
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23,
      "end": 25,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 26
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "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": 32,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 4
        },
        "end": {
          "line": 2,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 39,
      "end": 46,
      "loc": {
        "start": {
          "line": 2,
          "column": 11
        },
        "end": {
          "line": 2,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 46,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "env",
      "start": 47,
      "end": 50,
      "loc": {
        "start": {
          "line": 2,
          "column": 19
        },
        "end": {
          "line": 2,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 2,
          "column": 22
        },
        "end": {
          "line": 2,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NODE_ENV",
      "start": 51,
      "end": 59,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 60,
      "end": 63,
      "loc": {
        "start": {
          "line": 2,
          "column": 32
        },
        "end": {
          "line": 2,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "staging",
      "start": 64,
      "end": 73,
      "loc": {
        "start": {
          "line": 2,
          "column": 36
        },
        "end": {
          "line": 2,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 74,
      "end": 75,
      "loc": {
        "start": {
          "line": 2,
          "column": 46
        },
        "end": {
          "line": 2,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "https://api.kkbox-staging.com/v1.1/",
      "start": 76,
      "end": 113,
      "loc": {
        "start": {
          "line": 2,
          "column": 48
        },
        "end": {
          "line": 2,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 114,
      "end": 115,
      "loc": {
        "start": {
          "line": 2,
          "column": 86
        },
        "end": {
          "line": 2,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "https://api.kkbox.com/v1.1/",
      "start": 116,
      "end": 145,
      "loc": {
        "start": {
          "line": 2,
          "column": 88
        },
        "end": {
          "line": 2,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 146,
      "end": 147,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 147,
      "end": 148,
      "loc": {
        "start": {
          "line": 3,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 148,
      "end": 149,
      "loc": {
        "start": {
          "line": 3,
          "column": 2
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 3,
          "column": 3
        },
        "end": {
          "line": 3,
          "column": 4
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 151,
      "end": 169,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 6,
          "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": 170,
      "end": 176,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "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": 177,
      "end": 182,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SEARCH",
      "start": 183,
      "end": 189,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 190,
      "end": 191,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 192,
      "end": 202,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 7,
          "column": 33
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "search/",
      "start": 205,
      "end": 214,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 216,
      "end": 234,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 11,
          "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": 235,
      "end": 241,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 6
        }
      }
    },
    {
      "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": 242,
      "end": 247,
      "loc": {
        "start": {
          "line": 12,
          "column": 7
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TRACKS",
      "start": 248,
      "end": 254,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 255,
      "end": 256,
      "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": "API_DOMAIN",
      "start": 257,
      "end": 267,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 268,
      "end": 269,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tracks/",
      "start": 270,
      "end": 279,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 281,
      "end": 299,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 16,
          "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": 300,
      "end": 306,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 6
        }
      }
    },
    {
      "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": 307,
      "end": 312,
      "loc": {
        "start": {
          "line": 17,
          "column": 7
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ARTISTS",
      "start": 313,
      "end": 320,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 17,
          "column": 21
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 323,
      "end": 333,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 334,
      "end": 335,
      "loc": {
        "start": {
          "line": 17,
          "column": 34
        },
        "end": {
          "line": 17,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "artists/",
      "start": 336,
      "end": 346,
      "loc": {
        "start": {
          "line": 17,
          "column": 36
        },
        "end": {
          "line": 17,
          "column": 46
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 348,
      "end": 366,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 21,
          "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": 367,
      "end": 373,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 6
        }
      }
    },
    {
      "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": 374,
      "end": 379,
      "loc": {
        "start": {
          "line": 22,
          "column": 7
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ALBUMS",
      "start": 380,
      "end": 386,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 387,
      "end": 388,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 389,
      "end": 399,
      "loc": {
        "start": {
          "line": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 400,
      "end": 401,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "albums/",
      "start": 402,
      "end": 411,
      "loc": {
        "start": {
          "line": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 413,
      "end": 431,
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 26,
          "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": 432,
      "end": 438,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "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": 439,
      "end": 444,
      "loc": {
        "start": {
          "line": 27,
          "column": 7
        },
        "end": {
          "line": 27,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SHARED_PLAYLISTS",
      "start": 445,
      "end": 461,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 462,
      "end": 463,
      "loc": {
        "start": {
          "line": 27,
          "column": 30
        },
        "end": {
          "line": 27,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 464,
      "end": 474,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 475,
      "end": 476,
      "loc": {
        "start": {
          "line": 27,
          "column": 43
        },
        "end": {
          "line": 27,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "shared-playlists/",
      "start": 477,
      "end": 496,
      "loc": {
        "start": {
          "line": 27,
          "column": 45
        },
        "end": {
          "line": 27,
          "column": 64
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 498,
      "end": 516,
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 31,
          "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": 517,
      "end": 523,
      "loc": {
        "start": {
          "line": 32,
          "column": 0
        },
        "end": {
          "line": 32,
          "column": 6
        }
      }
    },
    {
      "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": 524,
      "end": 529,
      "loc": {
        "start": {
          "line": 32,
          "column": 7
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MOOD_STATIONS",
      "start": 530,
      "end": 543,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 546,
      "end": 556,
      "loc": {
        "start": {
          "line": 32,
          "column": 29
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 32,
          "column": 40
        },
        "end": {
          "line": 32,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mood-stations/",
      "start": 559,
      "end": 575,
      "loc": {
        "start": {
          "line": 32,
          "column": 42
        },
        "end": {
          "line": 32,
          "column": 58
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 577,
      "end": 595,
      "loc": {
        "start": {
          "line": 34,
          "column": 0
        },
        "end": {
          "line": 36,
          "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": 596,
      "end": 602,
      "loc": {
        "start": {
          "line": 37,
          "column": 0
        },
        "end": {
          "line": 37,
          "column": 6
        }
      }
    },
    {
      "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": 603,
      "end": 608,
      "loc": {
        "start": {
          "line": 37,
          "column": 7
        },
        "end": {
          "line": 37,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FEATURED_PLAYLISTS",
      "start": 609,
      "end": 627,
      "loc": {
        "start": {
          "line": 37,
          "column": 13
        },
        "end": {
          "line": 37,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 37,
          "column": 32
        },
        "end": {
          "line": 37,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 630,
      "end": 640,
      "loc": {
        "start": {
          "line": 37,
          "column": 34
        },
        "end": {
          "line": 37,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 37,
          "column": 45
        },
        "end": {
          "line": 37,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "featured-playlists/",
      "start": 643,
      "end": 664,
      "loc": {
        "start": {
          "line": 37,
          "column": 47
        },
        "end": {
          "line": 37,
          "column": 68
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 666,
      "end": 684,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 41,
          "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": 685,
      "end": 691,
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 6
        }
      }
    },
    {
      "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": 692,
      "end": 697,
      "loc": {
        "start": {
          "line": 42,
          "column": 7
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FEATURED_PLAYLISTS_CATEGORIES",
      "start": 698,
      "end": 727,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 728,
      "end": 729,
      "loc": {
        "start": {
          "line": 42,
          "column": 43
        },
        "end": {
          "line": 42,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 730,
      "end": 740,
      "loc": {
        "start": {
          "line": 42,
          "column": 45
        },
        "end": {
          "line": 42,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 741,
      "end": 742,
      "loc": {
        "start": {
          "line": 42,
          "column": 56
        },
        "end": {
          "line": 42,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "featured-playlist-categories/",
      "start": 743,
      "end": 774,
      "loc": {
        "start": {
          "line": 42,
          "column": 58
        },
        "end": {
          "line": 42,
          "column": 89
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 776,
      "end": 794,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 46,
          "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": 795,
      "end": 801,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 6
        }
      }
    },
    {
      "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": 802,
      "end": 807,
      "loc": {
        "start": {
          "line": 47,
          "column": 7
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NEW_RELEASE_CATEGORIES",
      "start": 808,
      "end": 830,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 831,
      "end": 832,
      "loc": {
        "start": {
          "line": 47,
          "column": 36
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 833,
      "end": 843,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 844,
      "end": 845,
      "loc": {
        "start": {
          "line": 47,
          "column": 49
        },
        "end": {
          "line": 47,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new-release-categories/",
      "start": 846,
      "end": 871,
      "loc": {
        "start": {
          "line": 47,
          "column": 51
        },
        "end": {
          "line": 47,
          "column": 76
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 873,
      "end": 891,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 51,
          "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": 892,
      "end": 898,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 52,
          "column": 6
        }
      }
    },
    {
      "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": 899,
      "end": 904,
      "loc": {
        "start": {
          "line": 52,
          "column": 7
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NEW_HITS_PLAYLISTS",
      "start": 905,
      "end": 923,
      "loc": {
        "start": {
          "line": 52,
          "column": 13
        },
        "end": {
          "line": 52,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 924,
      "end": 925,
      "loc": {
        "start": {
          "line": 52,
          "column": 32
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 926,
      "end": 936,
      "loc": {
        "start": {
          "line": 52,
          "column": 34
        },
        "end": {
          "line": 52,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 937,
      "end": 938,
      "loc": {
        "start": {
          "line": 52,
          "column": 45
        },
        "end": {
          "line": 52,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new-hits-playlists/",
      "start": 939,
      "end": 960,
      "loc": {
        "start": {
          "line": 52,
          "column": 47
        },
        "end": {
          "line": 52,
          "column": 68
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 962,
      "end": 980,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 56,
          "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": 981,
      "end": 987,
      "loc": {
        "start": {
          "line": 57,
          "column": 0
        },
        "end": {
          "line": 57,
          "column": 6
        }
      }
    },
    {
      "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": 988,
      "end": 993,
      "loc": {
        "start": {
          "line": 57,
          "column": 7
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GENRE_STATIONS",
      "start": 994,
      "end": 1008,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1009,
      "end": 1010,
      "loc": {
        "start": {
          "line": 57,
          "column": 28
        },
        "end": {
          "line": 57,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 1011,
      "end": 1021,
      "loc": {
        "start": {
          "line": 57,
          "column": 30
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 57,
          "column": 41
        },
        "end": {
          "line": 57,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "genre-stations/",
      "start": 1024,
      "end": 1041,
      "loc": {
        "start": {
          "line": 57,
          "column": 43
        },
        "end": {
          "line": 57,
          "column": 60
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1043,
      "end": 1061,
      "loc": {
        "start": {
          "line": 59,
          "column": 0
        },
        "end": {
          "line": 61,
          "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": 1062,
      "end": 1068,
      "loc": {
        "start": {
          "line": 62,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 6
        }
      }
    },
    {
      "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": 1069,
      "end": 1074,
      "loc": {
        "start": {
          "line": 62,
          "column": 7
        },
        "end": {
          "line": 62,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHARTS",
      "start": 1075,
      "end": 1081,
      "loc": {
        "start": {
          "line": 62,
          "column": 13
        },
        "end": {
          "line": 62,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1082,
      "end": 1083,
      "loc": {
        "start": {
          "line": 62,
          "column": 20
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "API_DOMAIN",
      "start": 1084,
      "end": 1094,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1095,
      "end": 1096,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "charts/",
      "start": 1097,
      "end": 1106,
      "loc": {
        "start": {
          "line": 62,
          "column": 35
        },
        "end": {
          "line": 62,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1108,
      "end": 1126,
      "loc": {
        "start": {
          "line": 64,
          "column": 0
        },
        "end": {
          "line": 66,
          "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": 1127,
      "end": 1133,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 67,
          "column": 6
        }
      }
    },
    {
      "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": 1134,
      "end": 1139,
      "loc": {
        "start": {
          "line": 67,
          "column": 7
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SEARCH_TYPES",
      "start": 1140,
      "end": 1152,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1153,
      "end": 1154,
      "loc": {
        "start": {
          "line": 67,
          "column": 26
        },
        "end": {
          "line": 67,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1155,
      "end": 1156,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ARTIST",
      "start": 1161,
      "end": 1167,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1167,
      "end": 1168,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "artist",
      "start": 1169,
      "end": 1177,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1177,
      "end": 1178,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ALBUM",
      "start": 1183,
      "end": 1188,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1188,
      "end": 1189,
      "loc": {
        "start": {
          "line": 69,
          "column": 9
        },
        "end": {
          "line": 69,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "album",
      "start": 1190,
      "end": 1197,
      "loc": {
        "start": {
          "line": 69,
          "column": 11
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1197,
      "end": 1198,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TRACK",
      "start": 1203,
      "end": 1208,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1208,
      "end": 1209,
      "loc": {
        "start": {
          "line": 70,
          "column": 9
        },
        "end": {
          "line": 70,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "track",
      "start": 1210,
      "end": 1217,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PLAY_LIST",
      "start": 1223,
      "end": 1232,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1232,
      "end": 1233,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "playlist",
      "start": 1234,
      "end": 1244,
      "loc": {
        "start": {
          "line": 71,
          "column": 15
        },
        "end": {
          "line": 71,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 72,
          "column": 0
        },
        "end": {
          "line": 72,
          "column": 1
        }
      }
    },
    {
      "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": 1248,
      "end": 1253,
      "loc": {
        "start": {
          "line": 74,
          "column": 0
        },
        "end": {
          "line": 74,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OAuth_DOMAIN",
      "start": 1254,
      "end": 1266,
      "loc": {
        "start": {
          "line": 74,
          "column": 6
        },
        "end": {
          "line": 74,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 74,
          "column": 19
        },
        "end": {
          "line": 74,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "https://account.kkbox.com/oauth2/",
      "start": 1269,
      "end": 1304,
      "loc": {
        "start": {
          "line": 74,
          "column": 21
        },
        "end": {
          "line": 74,
          "column": 56
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1306,
      "end": 1324,
      "loc": {
        "start": {
          "line": 76,
          "column": 0
        },
        "end": {
          "line": 78,
          "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": 1325,
      "end": 1331,
      "loc": {
        "start": {
          "line": 79,
          "column": 0
        },
        "end": {
          "line": 79,
          "column": 6
        }
      }
    },
    {
      "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": 1332,
      "end": 1337,
      "loc": {
        "start": {
          "line": 79,
          "column": 7
        },
        "end": {
          "line": 79,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Token",
      "start": 1338,
      "end": 1343,
      "loc": {
        "start": {
          "line": 79,
          "column": 13
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OAuth_DOMAIN",
      "start": 1346,
      "end": 1358,
      "loc": {
        "start": {
          "line": 79,
          "column": 21
        },
        "end": {
          "line": 79,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 79,
          "column": 34
        },
        "end": {
          "line": 79,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "token/",
      "start": 1361,
      "end": 1369,
      "loc": {
        "start": {
          "line": 79,
          "column": 36
        },
        "end": {
          "line": 79,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @ignore\n ",
      "start": 1371,
      "end": 1389,
      "loc": {
        "start": {
          "line": 81,
          "column": 0
        },
        "end": {
          "line": 83,
          "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": 1390,
      "end": 1396,
      "loc": {
        "start": {
          "line": 84,
          "column": 0
        },
        "end": {
          "line": 84,
          "column": 6
        }
      }
    },
    {
      "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": 1397,
      "end": 1402,
      "loc": {
        "start": {
          "line": 84,
          "column": 7
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Authorization",
      "start": 1403,
      "end": 1416,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 84,
          "column": 27
        },
        "end": {
          "line": 84,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OAuth_DOMAIN",
      "start": 1419,
      "end": 1431,
      "loc": {
        "start": {
          "line": 84,
          "column": 29
        },
        "end": {
          "line": 84,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 84,
          "column": 42
        },
        "end": {
          "line": 84,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "authorize/",
      "start": 1434,
      "end": 1446,
      "loc": {
        "start": {
          "line": 84,
          "column": 44
        },
        "end": {
          "line": 84,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1446,
      "end": 1446,
      "loc": {
        "start": {
          "line": 84,
          "column": 56
        },
        "end": {
          "line": 84,
          "column": 56
        }
      }
    }
  ]
}