{
  "type": "Program",
  "body": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chalk",
            "range": [
              27,
              32
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 11
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                35,
                42
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 14
                },
                "end": {
                  "line": 3,
                  "column": 21
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chalk",
                "raw": "'chalk'",
                "range": [
                  44,
                  51
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 23
                  },
                  "end": {
                    "line": 3,
                    "column": 30
                  }
                }
              }
            ],
            "range": [
              35,
              53
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 14
              },
              "end": {
                "line": 3,
                "column": 32
              }
            }
          },
          "range": [
            27,
            53
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 6
            },
            "end": {
              "line": 3,
              "column": 32
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        21,
        54
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 33
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": "/usr/bin/env node",
          "range": [
            0,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "LOG_LEVEL",
            "range": [
              62,
              71
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 15
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "NONE",
                  "range": [
                    78,
                    82
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 2
                    },
                    "end": {
                      "line": 6,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "Literal",
                  "value": 0,
                  "raw": "0",
                  "range": [
                    84,
                    85
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8
                    },
                    "end": {
                      "line": 6,
                      "column": 9
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  78,
                  85
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2
                  },
                  "end": {
                    "line": 6,
                    "column": 9
                  }
                }
              },
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "ERROR",
                  "range": [
                    89,
                    94
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 2
                    },
                    "end": {
                      "line": 7,
                      "column": 7
                    }
                  }
                },
                "value": {
                  "type": "Literal",
                  "value": 1,
                  "raw": "1",
                  "range": [
                    96,
                    97
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 9
                    },
                    "end": {
                      "line": 7,
                      "column": 10
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  89,
                  97
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2
                  },
                  "end": {
                    "line": 7,
                    "column": 10
                  }
                }
              },
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "INFO",
                  "range": [
                    101,
                    105
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 2
                    },
                    "end": {
                      "line": 8,
                      "column": 6
                    }
                  }
                },
                "value": {
                  "type": "Literal",
                  "value": 2,
                  "raw": "2",
                  "range": [
                    107,
                    108
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8
                    },
                    "end": {
                      "line": 8,
                      "column": 9
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  101,
                  108
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 2
                  },
                  "end": {
                    "line": 8,
                    "column": 9
                  }
                }
              },
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "DEBUG",
                  "range": [
                    112,
                    117
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 2
                    },
                    "end": {
                      "line": 9,
                      "column": 7
                    }
                  }
                },
                "value": {
                  "type": "Literal",
                  "value": 3,
                  "raw": "3",
                  "range": [
                    119,
                    120
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 9
                    },
                    "end": {
                      "line": 9,
                      "column": 10
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  112,
                  120
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 10
                  }
                }
              }
            ],
            "range": [
              74,
              123
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 18
              },
              "end": {
                "line": 10,
                "column": 1
              }
            }
          },
          "range": [
            62,
            123
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 6
            },
            "end": {
              "line": 10,
              "column": 1
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        56,
        124
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 2
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": " Export Log levels",
          "range": [
            126,
            146
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 20
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "module",
              "range": [
                147,
                153
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 0
                },
                "end": {
                  "line": 13,
                  "column": 6
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "exports",
              "range": [
                154,
                161
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 7
                },
                "end": {
                  "line": 13,
                  "column": 14
                }
              }
            },
            "range": [
              147,
              161
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 13,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "LOG_LEVEL",
            "range": [
              162,
              171
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 15
              },
              "end": {
                "line": 13,
                "column": 24
              }
            }
          },
          "range": [
            147,
            171
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 24
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "LOG_LEVEL",
          "range": [
            174,
            183
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 27
            },
            "end": {
              "line": 13,
              "column": 36
            }
          }
        },
        "range": [
          147,
          183
        ],
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 36
          }
        }
      },
      "range": [
        147,
        184
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 37
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " Export Log levels",
          "range": [
            126,
            146
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 20
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": " Static Logger class",
          "range": [
            186,
            208
          ],
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 22
            }
          }
        }
      ]
    },
    {
      "type": "ClassDeclaration",
      "id": {
        "type": "Identifier",
        "name": "Logger",
        "range": [
          215,
          221
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 6
          },
          "end": {
            "line": 16,
            "column": 12
          }
        }
      },
      "superClass": null,
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "output",
              "range": [
                257,
                263
              ],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 9
                },
                "end": {
                  "line": 19,
                  "column": 15
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    265,
                    268
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 17
                    },
                    "end": {
                      "line": 19,
                      "column": 20
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "console",
                          "range": [
                            277,
                            284
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 11
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "log",
                          "range": [
                            285,
                            288
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 12
                            },
                            "end": {
                              "line": 20,
                              "column": 15
                            }
                          }
                        },
                        "range": [
                          277,
                          288
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 15
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "chalk",
                              "range": [
                                290,
                                295
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 17
                                },
                                "end": {
                                  "line": 20,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "bold",
                              "range": [
                                296,
                                300
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 23
                                },
                                "end": {
                                  "line": 20,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              290,
                              300
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 17
                              },
                              "end": {
                                "line": 20,
                                "column": 27
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "str",
                              "range": [
                                302,
                                305
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 29
                                },
                                "end": {
                                  "line": 20,
                                  "column": 32
                                }
                              }
                            }
                          ],
                          "range": [
                            290,
                            307
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 17
                            },
                            "end": {
                              "line": 20,
                              "column": 34
                            }
                          }
                        }
                      ],
                      "range": [
                        277,
                        309
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 36
                        }
                      }
                    },
                    "range": [
                      277,
                      310
                    ],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 37
                      }
                    }
                  }
                ],
                "range": [
                  271,
                  314
                ],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 23
                  },
                  "end": {
                    "line": 21,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                263,
                314
              ],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 15
                },
                "end": {
                  "line": 21,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              250,
              314
            ],
            "loc": {
              "start": {
                "line": 19,
                "column": 2
              },
              "end": {
                "line": 21,
                "column": 3
              }
            },
            "leadingComments": [
              {
                "type": "Line",
                "value": " Always displayed.",
                "range": [
                  227,
                  247
                ],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 2
                  },
                  "end": {
                    "line": 18,
                    "column": 22
                  }
                }
              }
            ],
            "trailingComments": [
              {
                "type": "Line",
                "value": " Error level.",
                "range": [
                  318,
                  333
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 2
                  },
                  "end": {
                    "line": 23,
                    "column": 17
                  }
                }
              }
            ],
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "error",
              "range": [
                343,
                348
              ],
              "loc": {
                "start": {
                  "line": 24,
                  "column": 9
                },
                "end": {
                  "line": 24,
                  "column": 14
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    350,
                    353
                  ],
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 16
                    },
                    "end": {
                      "line": 24,
                      "column": 19
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              367,
                              374
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 9
                              },
                              "end": {
                                "line": 25,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              375,
                              378
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 17
                              },
                              "end": {
                                "line": 25,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            367,
                            378
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 9
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            379,
                            388
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 21
                            },
                            "end": {
                              "line": 25,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          367,
                          388
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 9
                          },
                          "end": {
                            "line": 25,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            392,
                            401
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 34
                            },
                            "end": {
                              "line": 25,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "ERROR",
                          "range": [
                            402,
                            407
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 44
                            },
                            "end": {
                              "line": 25,
                              "column": 49
                            }
                          }
                        },
                        "range": [
                          392,
                          407
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 34
                          },
                          "end": {
                            "line": 25,
                            "column": 49
                          }
                        }
                      },
                      "range": [
                        367,
                        407
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 9
                        },
                        "end": {
                          "line": 25,
                          "column": 49
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "console",
                                "range": [
                                  418,
                                  425
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 13
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "log",
                                "range": [
                                  426,
                                  429
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                418,
                                429
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 6
                                },
                                "end": {
                                  "line": 26,
                                  "column": 17
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "chalk",
                                      "range": [
                                        431,
                                        436
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "bold",
                                      "range": [
                                        437,
                                        441
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      431,
                                      441
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "red",
                                    "range": [
                                      442,
                                      445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    431,
                                    445
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 33
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "str",
                                    "range": [
                                      447,
                                      450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  431,
                                  452
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 40
                                  }
                                }
                              }
                            ],
                            "range": [
                              418,
                              454
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 26,
                                "column": 42
                              }
                            }
                          },
                          "range": [
                            418,
                            455
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 6
                            },
                            "end": {
                              "line": 26,
                              "column": 43
                            }
                          }
                        }
                      ],
                      "range": [
                        410,
                        461
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 52
                        },
                        "end": {
                          "line": 27,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      362,
                      461
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  356,
                  465
                ],
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 22
                  },
                  "end": {
                    "line": 28,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                348,
                465
              ],
              "loc": {
                "start": {
                  "line": 24,
                  "column": 14
                },
                "end": {
                  "line": 28,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              336,
              465
            ],
            "loc": {
              "start": {
                "line": 24,
                "column": 2
              },
              "end": {
                "line": 28,
                "column": 3
              }
            },
            "leadingComments": [
              {
                "type": "Line",
                "value": " Error level.",
                "range": [
                  318,
                  333
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 2
                  },
                  "end": {
                    "line": 23,
                    "column": 17
                  }
                }
              }
            ],
            "trailingComments": [
              {
                "type": "Line",
                "value": " INFO level logs.",
                "range": [
                  469,
                  488
                ],
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 2
                  },
                  "end": {
                    "line": 30,
                    "column": 21
                  }
                }
              }
            ],
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "success",
              "range": [
                498,
                505
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 9
                },
                "end": {
                  "line": 31,
                  "column": 16
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    507,
                    510
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 18
                    },
                    "end": {
                      "line": 31,
                      "column": 21
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              524,
                              531
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 9
                              },
                              "end": {
                                "line": 32,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              532,
                              535
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 17
                              },
                              "end": {
                                "line": 32,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            524,
                            535
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 9
                            },
                            "end": {
                              "line": 32,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            536,
                            545
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 21
                            },
                            "end": {
                              "line": 32,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          524,
                          545
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 9
                          },
                          "end": {
                            "line": 32,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            549,
                            558
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 34
                            },
                            "end": {
                              "line": 32,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "INFO",
                          "range": [
                            559,
                            563
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 44
                            },
                            "end": {
                              "line": 32,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          549,
                          563
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 34
                          },
                          "end": {
                            "line": 32,
                            "column": 48
                          }
                        }
                      },
                      "range": [
                        524,
                        563
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 9
                        },
                        "end": {
                          "line": 32,
                          "column": 48
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "console",
                                "range": [
                                  574,
                                  581
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 13
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "log",
                                "range": [
                                  582,
                                  585
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                574,
                                585
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 6
                                },
                                "end": {
                                  "line": 33,
                                  "column": 17
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "chalk",
                                      "range": [
                                        587,
                                        592
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "bold",
                                      "range": [
                                        593,
                                        597
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      587,
                                      597
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "green",
                                    "range": [
                                      598,
                                      603
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    587,
                                    603
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 35
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "str",
                                    "range": [
                                      605,
                                      608
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  587,
                                  610
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 42
                                  }
                                }
                              }
                            ],
                            "range": [
                              574,
                              612
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 6
                              },
                              "end": {
                                "line": 33,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            574,
                            613
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 6
                            },
                            "end": {
                              "line": 33,
                              "column": 45
                            }
                          }
                        }
                      ],
                      "range": [
                        566,
                        619
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 51
                        },
                        "end": {
                          "line": 34,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      519,
                      619
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 34,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  513,
                  623
                ],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 24
                  },
                  "end": {
                    "line": 35,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                505,
                623
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 16
                },
                "end": {
                  "line": 35,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              491,
              623
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 2
              },
              "end": {
                "line": 35,
                "column": 3
              }
            },
            "leadingComments": [
              {
                "type": "Line",
                "value": " INFO level logs.",
                "range": [
                  469,
                  488
                ],
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 2
                  },
                  "end": {
                    "line": 30,
                    "column": 21
                  }
                }
              }
            ],
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "progress",
              "range": [
                633,
                641
              ],
              "loc": {
                "start": {
                  "line": 36,
                  "column": 9
                },
                "end": {
                  "line": 36,
                  "column": 17
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "tag",
                  "range": [
                    643,
                    646
                  ],
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 19
                    },
                    "end": {
                      "line": 36,
                      "column": 22
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    648,
                    651
                  ],
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 24
                    },
                    "end": {
                      "line": 36,
                      "column": 27
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              665,
                              672
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 9
                              },
                              "end": {
                                "line": 37,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              673,
                              676
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 17
                              },
                              "end": {
                                "line": 37,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            665,
                            676
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 9
                            },
                            "end": {
                              "line": 37,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            677,
                            686
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 21
                            },
                            "end": {
                              "line": 37,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          665,
                          686
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 9
                          },
                          "end": {
                            "line": 37,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            690,
                            699
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 34
                            },
                            "end": {
                              "line": 37,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "INFO",
                          "range": [
                            700,
                            704
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 44
                            },
                            "end": {
                              "line": 37,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          690,
                          704
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 34
                          },
                          "end": {
                            "line": 37,
                            "column": 48
                          }
                        }
                      },
                      "range": [
                        665,
                        704
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 9
                        },
                        "end": {
                          "line": 37,
                          "column": 48
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "IfStatement",
                          "test": {
                            "type": "UnaryExpression",
                            "operator": "!",
                            "argument": {
                              "type": "Identifier",
                              "name": "str",
                              "range": [
                                721,
                                724
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 15
                                }
                              }
                            },
                            "prefix": true,
                            "range": [
                              720,
                              724
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 11
                              },
                              "end": {
                                "line": 38,
                                "column": 15
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "console",
                                      "range": [
                                        737,
                                        744
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "log",
                                      "range": [
                                        745,
                                        748
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      737,
                                      748
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chalk",
                                            "range": [
                                              750,
                                              755
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "bold",
                                            "range": [
                                              756,
                                              760
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            750,
                                            760
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "cyan",
                                          "range": [
                                            761,
                                            765
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "range": [
                                          750,
                                          765
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "tag",
                                          "range": [
                                            767,
                                            770
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 41
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        750,
                                        772
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    737,
                                    774
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 45
                                    }
                                  }
                                },
                                "range": [
                                  737,
                                  775
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 46
                                  }
                                }
                              }
                            ],
                            "range": [
                              727,
                              783
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 7
                              }
                            }
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "console",
                                      "range": [
                                        799,
                                        806
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "log",
                                      "range": [
                                        807,
                                        810
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      799,
                                      810
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": false,
                                          "range": [
                                            812,
                                            815
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 24
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": " : ",
                                            "cooked": " : "
                                          },
                                          "tail": false,
                                          "range": [
                                            837,
                                            843
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true,
                                          "range": [
                                            846,
                                            848
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 57
                                            }
                                          }
                                        }
                                      ],
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "chalk",
                                                "range": [
                                                  815,
                                                  820
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "bold",
                                                "range": [
                                                  821,
                                                  825
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                815,
                                                825
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "cyan",
                                              "range": [
                                                826,
                                                830
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "range": [
                                              815,
                                              830
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "tag",
                                              "range": [
                                                832,
                                                835
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 44
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            815,
                                            837
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 46
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "str",
                                          "range": [
                                            843,
                                            846
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 55
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        812,
                                        848
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 57
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    799,
                                    850
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 59
                                    }
                                  }
                                },
                                "range": [
                                  799,
                                  851
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 60
                                  }
                                }
                              }
                            ],
                            "range": [
                              789,
                              859
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 42,
                                "column": 7
                              }
                            }
                          },
                          "range": [
                            715,
                            859
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 6
                            },
                            "end": {
                              "line": 42,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "range": [
                        707,
                        865
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 51
                        },
                        "end": {
                          "line": 43,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      660,
                      865
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 43,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  654,
                  869
                ],
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 30
                  },
                  "end": {
                    "line": 44,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                641,
                869
              ],
              "loc": {
                "start": {
                  "line": 36,
                  "column": 17
                },
                "end": {
                  "line": 44,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              626,
              869
            ],
            "loc": {
              "start": {
                "line": 36,
                "column": 2
              },
              "end": {
                "line": 44,
                "column": 3
              }
            },
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "info",
              "range": [
                879,
                883
              ],
              "loc": {
                "start": {
                  "line": 45,
                  "column": 9
                },
                "end": {
                  "line": 45,
                  "column": 13
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "tag",
                  "range": [
                    885,
                    888
                  ],
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 15
                    },
                    "end": {
                      "line": 45,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    890,
                    893
                  ],
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 20
                    },
                    "end": {
                      "line": 45,
                      "column": 23
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              907,
                              914
                            ],
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 9
                              },
                              "end": {
                                "line": 46,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              915,
                              918
                            ],
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 17
                              },
                              "end": {
                                "line": 46,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            907,
                            918
                          ],
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 9
                            },
                            "end": {
                              "line": 46,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            919,
                            928
                          ],
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 21
                            },
                            "end": {
                              "line": 46,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          907,
                          928
                        ],
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 9
                          },
                          "end": {
                            "line": 46,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            932,
                            941
                          ],
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 34
                            },
                            "end": {
                              "line": 46,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "INFO",
                          "range": [
                            942,
                            946
                          ],
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 44
                            },
                            "end": {
                              "line": 46,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          932,
                          946
                        ],
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 34
                          },
                          "end": {
                            "line": 46,
                            "column": 48
                          }
                        }
                      },
                      "range": [
                        907,
                        946
                      ],
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 9
                        },
                        "end": {
                          "line": 46,
                          "column": 48
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "IfStatement",
                          "test": {
                            "type": "UnaryExpression",
                            "operator": "!",
                            "argument": {
                              "type": "Identifier",
                              "name": "str",
                              "range": [
                                963,
                                966
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 15
                                }
                              }
                            },
                            "prefix": true,
                            "range": [
                              962,
                              966
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 11
                              },
                              "end": {
                                "line": 47,
                                "column": 15
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "console",
                                      "range": [
                                        979,
                                        986
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "log",
                                      "range": [
                                        987,
                                        990
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      979,
                                      990
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chalk",
                                            "range": [
                                              992,
                                              997
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "bold",
                                            "range": [
                                              998,
                                              1002
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            992,
                                            1002
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "yellow",
                                          "range": [
                                            1003,
                                            1009
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "range": [
                                          992,
                                          1009
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "tag",
                                          "range": [
                                            1011,
                                            1014
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 43
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        992,
                                        1016
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 45
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    979,
                                    1018
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 47
                                    }
                                  }
                                },
                                "range": [
                                  979,
                                  1019
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 48
                                  }
                                }
                              }
                            ],
                            "range": [
                              969,
                              1027
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 18
                              },
                              "end": {
                                "line": 49,
                                "column": 7
                              }
                            }
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "console",
                                      "range": [
                                        1043,
                                        1050
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "log",
                                      "range": [
                                        1051,
                                        1054
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      1043,
                                      1054
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "TemplateLiteral",
                                      "quasis": [
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": false,
                                          "range": [
                                            1056,
                                            1059
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 24
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": " ",
                                            "cooked": " "
                                          },
                                          "tail": false,
                                          "range": [
                                            1083,
                                            1087
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "TemplateElement",
                                          "value": {
                                            "raw": "",
                                            "cooked": ""
                                          },
                                          "tail": true,
                                          "range": [
                                            1090,
                                            1092
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 57
                                            }
                                          }
                                        }
                                      ],
                                      "expressions": [
                                        {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "chalk",
                                                "range": [
                                                  1059,
                                                  1064
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "bold",
                                                "range": [
                                                  1065,
                                                  1069
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                1059,
                                                1069
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "yellow",
                                              "range": [
                                                1070,
                                                1076
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "range": [
                                              1059,
                                              1076
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "tag",
                                              "range": [
                                                1078,
                                                1081
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 46
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1059,
                                            1083
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "str",
                                          "range": [
                                            1087,
                                            1090
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 55
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1056,
                                        1092
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 57
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1043,
                                    1094
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 59
                                    }
                                  }
                                },
                                "range": [
                                  1043,
                                  1095
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 60
                                  }
                                }
                              }
                            ],
                            "range": [
                              1033,
                              1103
                            ],
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 13
                              },
                              "end": {
                                "line": 51,
                                "column": 7
                              }
                            }
                          },
                          "range": [
                            957,
                            1103
                          ],
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 6
                            },
                            "end": {
                              "line": 51,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "range": [
                        949,
                        1109
                      ],
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 51
                        },
                        "end": {
                          "line": 52,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      902,
                      1109
                    ],
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  896,
                  1113
                ],
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 26
                  },
                  "end": {
                    "line": 53,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                883,
                1113
              ],
              "loc": {
                "start": {
                  "line": 45,
                  "column": 13
                },
                "end": {
                  "line": 53,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              872,
              1113
            ],
            "loc": {
              "start": {
                "line": 45,
                "column": 2
              },
              "end": {
                "line": 53,
                "column": 3
              }
            },
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "content",
              "range": [
                1123,
                1130
              ],
              "loc": {
                "start": {
                  "line": 54,
                  "column": 9
                },
                "end": {
                  "line": 54,
                  "column": 16
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "str",
                  "range": [
                    1132,
                    1135
                  ],
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 18
                    },
                    "end": {
                      "line": 54,
                      "column": 21
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              1149,
                              1156
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 9
                              },
                              "end": {
                                "line": 55,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              1157,
                              1160
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 17
                              },
                              "end": {
                                "line": 55,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            1149,
                            1160
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 9
                            },
                            "end": {
                              "line": 55,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            1161,
                            1170
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 21
                            },
                            "end": {
                              "line": 55,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          1149,
                          1170
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 9
                          },
                          "end": {
                            "line": 55,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            1174,
                            1183
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 34
                            },
                            "end": {
                              "line": 55,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "INFO",
                          "range": [
                            1184,
                            1188
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 44
                            },
                            "end": {
                              "line": 55,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          1174,
                          1188
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 34
                          },
                          "end": {
                            "line": 55,
                            "column": 48
                          }
                        }
                      },
                      "range": [
                        1149,
                        1188
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 9
                        },
                        "end": {
                          "line": 55,
                          "column": 48
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "console",
                                "range": [
                                  1199,
                                  1206
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 13
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "log",
                                "range": [
                                  1207,
                                  1210
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                1199,
                                1210
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 6
                                },
                                "end": {
                                  "line": 56,
                                  "column": 17
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "name": "str",
                                "range": [
                                  1212,
                                  1215
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 22
                                  }
                                }
                              }
                            ],
                            "range": [
                              1199,
                              1217
                            ],
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 6
                              },
                              "end": {
                                "line": 56,
                                "column": 24
                              }
                            }
                          },
                          "range": [
                            1199,
                            1218
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 6
                            },
                            "end": {
                              "line": 56,
                              "column": 25
                            }
                          }
                        }
                      ],
                      "range": [
                        1191,
                        1224
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 51
                        },
                        "end": {
                          "line": 57,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      1144,
                      1224
                    ],
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  1138,
                  1228
                ],
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 24
                  },
                  "end": {
                    "line": 58,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1130,
                1228
              ],
              "loc": {
                "start": {
                  "line": 54,
                  "column": 16
                },
                "end": {
                  "line": 58,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              1116,
              1228
            ],
            "loc": {
              "start": {
                "line": 54,
                "column": 2
              },
              "end": {
                "line": 58,
                "column": 3
              }
            },
            "trailingComments": [
              {
                "type": "Line",
                "value": " Debug log",
                "range": [
                  1232,
                  1244
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 14
                  }
                }
              }
            ],
            "static": true
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "debug",
              "range": [
                1254,
                1259
              ],
              "loc": {
                "start": {
                  "line": 61,
                  "column": 9
                },
                "end": {
                  "line": 61,
                  "column": 14
                }
              }
            },
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "tag_parm",
                  "range": [
                    1261,
                    1269
                  ],
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 16
                    },
                    "end": {
                      "line": 61,
                      "column": 24
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "obj_parm",
                  "range": [
                    1271,
                    1279
                  ],
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 26
                    },
                    "end": {
                      "line": 61,
                      "column": 34
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "id": {
                          "type": "Identifier",
                          "name": "str",
                          "range": [
                            1292,
                            1295
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 11
                            }
                          }
                        },
                        "init": null,
                        "range": [
                          1292,
                          1295
                        ],
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 11
                          }
                        }
                      }
                    ],
                    "kind": "let",
                    "range": [
                      1288,
                      1296
                    ],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 12
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "id": {
                          "type": "Identifier",
                          "name": "obj",
                          "range": [
                            1305,
                            1308
                          ],
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 11
                            }
                          }
                        },
                        "init": {
                          "type": "Identifier",
                          "name": "obj_parm",
                          "range": [
                            1311,
                            1319
                          ],
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 14
                            },
                            "end": {
                              "line": 63,
                              "column": 22
                            }
                          }
                        },
                        "range": [
                          1305,
                          1319
                        ],
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 22
                          }
                        }
                      }
                    ],
                    "kind": "let",
                    "range": [
                      1301,
                      1320
                    ],
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "id": {
                          "type": "Identifier",
                          "name": "tag",
                          "range": [
                            1329,
                            1332
                          ],
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 11
                            }
                          }
                        },
                        "init": {
                          "type": "Identifier",
                          "name": "tag_parm",
                          "range": [
                            1335,
                            1343
                          ],
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 14
                            },
                            "end": {
                              "line": 64,
                              "column": 22
                            }
                          }
                        },
                        "range": [
                          1329,
                          1343
                        ],
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 8
                          },
                          "end": {
                            "line": 64,
                            "column": 22
                          }
                        }
                      }
                    ],
                    "kind": "let",
                    "range": [
                      1325,
                      1344
                    ],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "BinaryExpression",
                      "operator": ">=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "process",
                            "range": [
                              1354,
                              1361
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 9
                              },
                              "end": {
                                "line": 65,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "env",
                            "range": [
                              1362,
                              1365
                            ],
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 17
                              },
                              "end": {
                                "line": 65,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            1354,
                            1365
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 9
                            },
                            "end": {
                              "line": 65,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            1366,
                            1375
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 21
                            },
                            "end": {
                              "line": 65,
                              "column": 30
                            }
                          }
                        },
                        "range": [
                          1354,
                          1375
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 9
                          },
                          "end": {
                            "line": 65,
                            "column": 30
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "LOG_LEVEL",
                          "range": [
                            1379,
                            1388
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 34
                            },
                            "end": {
                              "line": 65,
                              "column": 43
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "DEBUG",
                          "range": [
                            1389,
                            1394
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 44
                            },
                            "end": {
                              "line": 65,
                              "column": 49
                            }
                          }
                        },
                        "range": [
                          1379,
                          1394
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 34
                          },
                          "end": {
                            "line": 65,
                            "column": 49
                          }
                        }
                      },
                      "range": [
                        1354,
                        1394
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 9
                        },
                        "end": {
                          "line": 65,
                          "column": 49
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "IfStatement",
                          "test": {
                            "type": "UnaryExpression",
                            "operator": "!",
                            "argument": {
                              "type": "Identifier",
                              "name": "obj",
                              "range": [
                                1411,
                                1414
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 12
                                },
                                "end": {
                                  "line": 66,
                                  "column": 15
                                }
                              }
                            },
                            "prefix": true,
                            "range": [
                              1410,
                              1414
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 11
                              },
                              "end": {
                                "line": 66,
                                "column": 15
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "obj",
                                    "range": [
                                      1427,
                                      1430
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 11
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "tag",
                                    "range": [
                                      1433,
                                      1436
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    1427,
                                    1436
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  1427,
                                  1437
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 18
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "tag",
                                    "range": [
                                      1446,
                                      1449
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 11
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": "Debug:",
                                    "raw": "'Debug:'",
                                    "range": [
                                      1452,
                                      1460
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "range": [
                                    1446,
                                    1460
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1446,
                                  1461
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 23
                                  }
                                }
                              }
                            ],
                            "range": [
                              1417,
                              1469
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 18
                              },
                              "end": {
                                "line": 69,
                                "column": 7
                              }
                            }
                          },
                          "alternate": null,
                          "range": [
                            1405,
                            1469
                          ],
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 6
                            },
                            "end": {
                              "line": 69,
                              "column": 7
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "name": "str",
                              "range": [
                                1476,
                                1479
                              ],
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 6
                                },
                                "end": {
                                  "line": 70,
                                  "column": 9
                                }
                              }
                            },
                            "right": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "chalk",
                                    "range": [
                                      1482,
                                      1487
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "bold",
                                    "range": [
                                      1488,
                                      1492
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "range": [
                                    1482,
                                    1492
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 22
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "magenta",
                                  "range": [
                                    1493,
                                    1500
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  1482,
                                  1500
                                ],
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 30
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "name": "tag",
                                  "range": [
                                    1502,
                                    1505
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1482,
                                1507
                              ],
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 37
                                }
                              }
                            },
                            "range": [
                              1476,
                              1507
                            ],
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 6
                              },
                              "end": {
                                "line": 70,
                                "column": 37
                              }
                            }
                          },
                          "range": [
                            1476,
                            1508
                          ],
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 6
                            },
                            "end": {
                              "line": 70,
                              "column": 38
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "name": "str",
                              "range": [
                                1515,
                                1518
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 6
                                },
                                "end": {
                                  "line": 71,
                                  "column": 9
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": ": ",
                              "raw": "': '",
                              "range": [
                                1522,
                                1526
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 13
                                },
                                "end": {
                                  "line": 71,
                                  "column": 17
                                }
                              }
                            },
                            "range": [
                              1515,
                              1526
                            ],
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 6
                              },
                              "end": {
                                "line": 71,
                                "column": 17
                              }
                            }
                          },
                          "range": [
                            1515,
                            1527
                          ],
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 6
                            },
                            "end": {
                              "line": 71,
                              "column": 18
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "test": {
                            "type": "BinaryExpression",
                            "operator": "===",
                            "left": {
                              "type": "UnaryExpression",
                              "operator": "typeof",
                              "argument": {
                                "type": "Identifier",
                                "name": "obj",
                                "range": [
                                  1546,
                                  1549
                                ],
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 21
                                  }
                                }
                              },
                              "prefix": true,
                              "range": [
                                1539,
                                1549
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 11
                                },
                                "end": {
                                  "line": 72,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": "string",
                              "raw": "'string'",
                              "range": [
                                1554,
                                1562
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 26
                                },
                                "end": {
                                  "line": 72,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1539,
                              1562
                            ],
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 11
                              },
                              "end": {
                                "line": 72,
                                "column": 34
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "str",
                                    "range": [
                                      1575,
                                      1578
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 11
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chalk",
                                          "range": [
                                            1582,
                                            1587
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "dim",
                                          "range": [
                                            1588,
                                            1591
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1582,
                                          1591
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "gray",
                                        "range": [
                                          1592,
                                          1596
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        1582,
                                        1596
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "obj",
                                        "range": [
                                          1598,
                                          1601
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1582,
                                      1603
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    1575,
                                    1603
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 36
                                    }
                                  }
                                },
                                "range": [
                                  1575,
                                  1604
                                ],
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1565,
                              1612
                            ],
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 37
                              },
                              "end": {
                                "line": 74,
                                "column": 7
                              }
                            }
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "str",
                                    "range": [
                                      1628,
                                      1631
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 11
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chalk",
                                          "range": [
                                            1635,
                                            1640
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "dim",
                                          "range": [
                                            1641,
                                            1644
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1635,
                                          1644
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "gray",
                                        "range": [
                                          1645,
                                          1649
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        1635,
                                        1649
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "JSON",
                                            "range": [
                                              1651,
                                              1655
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "stringify",
                                            "range": [
                                              1656,
                                              1665
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "range": [
                                            1651,
                                            1665
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "obj",
                                            "range": [
                                              1667,
                                              1670
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "undefined",
                                            "range": [
                                              1672,
                                              1681
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 61
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 2,
                                            "raw": "2",
                                            "range": [
                                              1683,
                                              1684
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 64
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1651,
                                          1686
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 66
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1635,
                                      1688
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 68
                                      }
                                    }
                                  },
                                  "range": [
                                    1628,
                                    1688
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 68
                                    }
                                  }
                                },
                                "range": [
                                  1628,
                                  1689
                                ],
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 69
                                  }
                                }
                              }
                            ],
                            "range": [
                              1618,
                              1697
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 7
                              }
                            }
                          },
                          "range": [
                            1534,
                            1697
                          ],
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 6
                            },
                            "end": {
                              "line": 76,
                              "column": 7
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "console",
                                "range": [
                                  1704,
                                  1711
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 13
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "log",
                                "range": [
                                  1712,
                                  1715
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                1704,
                                1715
                              ],
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 6
                                },
                                "end": {
                                  "line": 77,
                                  "column": 17
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "name": "str",
                                "range": [
                                  1717,
                                  1720
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 22
                                  }
                                }
                              }
                            ],
                            "range": [
                              1704,
                              1722
                            ],
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 6
                              },
                              "end": {
                                "line": 77,
                                "column": 24
                              }
                            }
                          },
                          "range": [
                            1704,
                            1723
                          ],
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 6
                            },
                            "end": {
                              "line": 77,
                              "column": 25
                            }
                          }
                        }
                      ],
                      "range": [
                        1397,
                        1729
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 52
                        },
                        "end": {
                          "line": 78,
                          "column": 5
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      1349,
                      1729
                    ],
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  1282,
                  1733
                ],
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 37
                  },
                  "end": {
                    "line": 79,
                    "column": 3
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1259,
                1733
              ],
              "loc": {
                "start": {
                  "line": 61,
                  "column": 14
                },
                "end": {
                  "line": 79,
                  "column": 3
                }
              }
            },
            "kind": "method",
            "computed": false,
            "range": [
              1247,
              1733
            ],
            "loc": {
              "start": {
                "line": 61,
                "column": 2
              },
              "end": {
                "line": 79,
                "column": 3
              }
            },
            "leadingComments": [
              {
                "type": "Line",
                "value": " Debug log",
                "range": [
                  1232,
                  1244
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 14
                  }
                }
              }
            ],
            "static": true
          }
        ],
        "range": [
          222,
          1735
        ],
        "loc": {
          "start": {
            "line": 16,
            "column": 13
          },
          "end": {
            "line": 80,
            "column": 1
          }
        }
      },
      "range": [
        209,
        1735
      ],
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " Static Logger class",
          "range": [
            186,
            208
          ],
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 22
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": " Export logger",
          "range": [
            1737,
            1753
          ],
          "loc": {
            "start": {
              "line": 82,
              "column": 0
            },
            "end": {
              "line": 82,
              "column": 16
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "module",
              "range": [
                1754,
                1760
              ],
              "loc": {
                "start": {
                  "line": 83,
                  "column": 0
                },
                "end": {
                  "line": 83,
                  "column": 6
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "exports",
              "range": [
                1761,
                1768
              ],
              "loc": {
                "start": {
                  "line": 83,
                  "column": 7
                },
                "end": {
                  "line": 83,
                  "column": 14
                }
              }
            },
            "range": [
              1754,
              1768
            ],
            "loc": {
              "start": {
                "line": 83,
                "column": 0
              },
              "end": {
                "line": 83,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "log",
            "range": [
              1769,
              1772
            ],
            "loc": {
              "start": {
                "line": 83,
                "column": 15
              },
              "end": {
                "line": 83,
                "column": 18
              }
            }
          },
          "range": [
            1754,
            1772
          ],
          "loc": {
            "start": {
              "line": 83,
              "column": 0
            },
            "end": {
              "line": 83,
              "column": 18
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Logger",
          "range": [
            1775,
            1781
          ],
          "loc": {
            "start": {
              "line": 83,
              "column": 21
            },
            "end": {
              "line": 83,
              "column": 27
            }
          }
        },
        "range": [
          1754,
          1781
        ],
        "loc": {
          "start": {
            "line": 83,
            "column": 0
          },
          "end": {
            "line": 83,
            "column": 27
          }
        }
      },
      "range": [
        1754,
        1782
      ],
      "loc": {
        "start": {
          "line": 83,
          "column": 0
        },
        "end": {
          "line": 83,
          "column": 28
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " Export logger",
          "range": [
            1737,
            1753
          ],
          "loc": {
            "start": {
              "line": 82,
              "column": 0
            },
            "end": {
              "line": 82,
              "column": 16
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": " Split a comma-separated list",
          "range": [
            1784,
            1815
          ],
          "loc": {
            "start": {
              "line": 85,
              "column": 0
            },
            "end": {
              "line": 85,
              "column": 31
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "module",
              "range": [
                1816,
                1822
              ],
              "loc": {
                "start": {
                  "line": 86,
                  "column": 0
                },
                "end": {
                  "line": 86,
                  "column": 6
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "exports",
              "range": [
                1823,
                1830
              ],
              "loc": {
                "start": {
                  "line": 86,
                  "column": 7
                },
                "end": {
                  "line": 86,
                  "column": 14
                }
              }
            },
            "range": [
              1816,
              1830
            ],
            "loc": {
              "start": {
                "line": 86,
                "column": 0
              },
              "end": {
                "line": 86,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "listSplit",
            "range": [
              1831,
              1840
            ],
            "loc": {
              "start": {
                "line": 86,
                "column": 15
              },
              "end": {
                "line": 86,
                "column": 24
              }
            }
          },
          "range": [
            1816,
            1840
          ],
          "loc": {
            "start": {
              "line": 86,
              "column": 0
            },
            "end": {
              "line": 86,
              "column": 24
            }
          }
        },
        "right": {
          "type": "FunctionExpression",
          "id": {
            "type": "Identifier",
            "name": "listSplit",
            "range": [
              1831,
              1840
            ],
            "loc": {
              "start": {
                "line": 86,
                "column": 15
              },
              "end": {
                "line": 86,
                "column": 24
              }
            }
          },
          "params": [
            {
              "type": "Identifier",
              "name": "val",
              "range": [
                1863,
                1866
              ],
              "loc": {
                "start": {
                  "line": 86,
                  "column": 47
                },
                "end": {
                  "line": 86,
                  "column": 50
                }
              }
            }
          ],
          "body": {
            "type": "BlockStatement",
            "body": [
              {
                "type": "ReturnStatement",
                "argument": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "val",
                      "range": [
                        1880,
                        1883
                      ],
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 9
                        },
                        "end": {
                          "line": 87,
                          "column": 12
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "split",
                      "range": [
                        1884,
                        1889
                      ],
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 13
                        },
                        "end": {
                          "line": 87,
                          "column": 18
                        }
                      }
                    },
                    "range": [
                      1880,
                      1889
                    ],
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 9
                      },
                      "end": {
                        "line": 87,
                        "column": 18
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": ",",
                      "raw": "','",
                      "range": [
                        1891,
                        1894
                      ],
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 20
                        },
                        "end": {
                          "line": 87,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "range": [
                    1880,
                    1896
                  ],
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 9
                    },
                    "end": {
                      "line": 87,
                      "column": 25
                    }
                  }
                },
                "range": [
                  1873,
                  1897
                ],
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 2
                  },
                  "end": {
                    "line": 87,
                    "column": 26
                  }
                }
              }
            ],
            "range": [
              1869,
              1899
            ],
            "loc": {
              "start": {
                "line": 86,
                "column": 53
              },
              "end": {
                "line": 88,
                "column": 1
              }
            }
          },
          "generator": false,
          "expression": false,
          "range": [
            1843,
            1899
          ],
          "loc": {
            "start": {
              "line": 86,
              "column": 27
            },
            "end": {
              "line": 88,
              "column": 1
            }
          }
        },
        "range": [
          1816,
          1899
        ],
        "loc": {
          "start": {
            "line": 86,
            "column": 0
          },
          "end": {
            "line": 88,
            "column": 1
          }
        }
      },
      "range": [
        1816,
        1900
      ],
      "loc": {
        "start": {
          "line": 86,
          "column": 0
        },
        "end": {
          "line": 88,
          "column": 2
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " Split a comma-separated list",
          "range": [
            1784,
            1815
          ],
          "loc": {
            "start": {
              "line": 85,
              "column": 0
            },
            "end": {
              "line": 85,
              "column": 31
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    21,
    1900
  ],
  "loc": {
    "start": {
      "line": 3,
      "column": 0
    },
    "end": {
      "line": 88,
      "column": 2
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "/usr/bin/env node",
      "range": [
        0,
        19
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 19
        }
      }
    },
    {
      "type": "Line",
      "value": " Export Log levels",
      "range": [
        126,
        146
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": "Line",
      "value": " Static Logger class",
      "range": [
        186,
        208
      ],
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": "Line",
      "value": " Always displayed.",
      "range": [
        227,
        247
      ],
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 18,
          "column": 22
        }
      }
    },
    {
      "type": "Line",
      "value": " Error level.",
      "range": [
        318,
        333
      ],
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": "Line",
      "value": " INFO level logs.",
      "range": [
        469,
        488
      ],
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": "Line",
      "value": " Debug log",
      "range": [
        1232,
        1244
      ],
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": "Line",
      "value": " Export logger",
      "range": [
        1737,
        1753
      ],
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 16
        }
      }
    },
    {
      "type": "Line",
      "value": " Split a comma-separated list",
      "range": [
        1784,
        1815
      ],
      "loc": {
        "start": {
          "line": 85,
          "column": 0
        },
        "end": {
          "line": 85,
          "column": 31
        }
      }
    }
  ]
}