{
  "type": "File",
  "start": 0,
  "end": 2739,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 93,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 2739,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 93,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 74,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 74
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 18,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 18
                },
                "identifierName": "blcDefaults"
              },
              "name": "blcDefaults"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 24,
          "end": 73,
          "loc": {
            "start": {
              "line": 1,
              "column": 24
            },
            "end": {
              "line": 1,
              "column": 73
            }
          },
          "extra": {
            "rawValue": "broken-link-checker/lib/internal/defaultOptions",
            "raw": "'broken-link-checker/lib/internal/defaultOptions'"
          },
          "value": "broken-link-checker/lib/internal/defaultOptions"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Command line options available\n * @type {Object}\n * @property {yargs.Option<String[]>} [exclude=[]] A keyword/glob to match links against. Can be\n * used multiple times.\n * @property {yargs.Option<Boolean>} [exclude-external=false] Will not check external links.\n * @property {yargs.Option<Boolean>} [exclude-internal=false] Will not check internal links.\n * @property {yargs.Option<Number>} [filter-level=1] The types of tags and attributes that are\n * considered links.\n * @property {yargs.Option<Boolean>} [follow=false] Force-follow robot exclusions.\n * @property {yargs.Option<Boolean>} [get=false] Change request method to GET.\n * @property {yargs.Option<Boolean>} [recursive=false] Recursively scan \"crawl\" the HTML\n * document(s).\n * @property {yargs.Option<String>} [user-agent] The user agent to use for link checks.\n * @property {yargs.Option<Boolean>} [verbose=false] Display excluded links.\n ",
            "start": 76,
            "end": 990,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 18,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 991,
        "end": 2624,
        "loc": {
          "start": {
            "line": 19,
            "column": 0
          },
          "end": {
            "line": 86,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 997,
            "end": 2623,
            "loc": {
              "start": {
                "line": 19,
                "column": 6
              },
              "end": {
                "line": 86,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 997,
              "end": 1007,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 6
                },
                "end": {
                  "line": 19,
                  "column": 16
                },
                "identifierName": "CliOptions"
              },
              "name": "CliOptions",
              "leadingComments": null
            },
            "init": {
              "type": "ObjectExpression",
              "start": 1010,
              "end": 2623,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 19
                },
                "end": {
                  "line": 86,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 1014,
                  "end": 1151,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 2
                    },
                    "end": {
                      "line": 23,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1014,
                    "end": 1021,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 20,
                        "column": 9
                      },
                      "identifierName": "exclude"
                    },
                    "name": "exclude"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1023,
                    "end": 1151,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 11
                      },
                      "end": {
                        "line": 23,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1029,
                        "end": 1103,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 78
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1029,
                          "end": 1033,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1035,
                          "end": 1103,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 10
                            },
                            "end": {
                              "line": 21,
                              "column": 78
                            }
                          },
                          "extra": {
                            "rawValue": "A keyword/glob to match links against. Can be used multiple times.",
                            "raw": "'A keyword/glob to match links against. Can be used multiple times.'"
                          },
                          "value": "A keyword/glob to match links against. Can be used multiple times."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1109,
                        "end": 1146,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 41
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1109,
                          "end": 1116,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "MemberExpression",
                          "start": 1118,
                          "end": 1146,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 13
                            },
                            "end": {
                              "line": 22,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1118,
                            "end": 1129,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 24
                              },
                              "identifierName": "blcDefaults"
                            },
                            "name": "blcDefaults"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1130,
                            "end": 1146,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 25
                              },
                              "end": {
                                "line": 22,
                                "column": 41
                              },
                              "identifierName": "excludedKeywords"
                            },
                            "name": "excludedKeywords"
                          },
                          "computed": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1155,
                  "end": 1281,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 29,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "StringLiteral",
                    "start": 1155,
                    "end": 1173,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 24,
                        "column": 20
                      }
                    },
                    "extra": {
                      "rawValue": "exclude-external",
                      "raw": "'exclude-external'"
                    },
                    "value": "exclude-external"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1175,
                    "end": 1281,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 22
                      },
                      "end": {
                        "line": 29,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1181,
                        "end": 1219,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 42
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1181,
                          "end": 1185,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1187,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 10
                            },
                            "end": {
                              "line": 25,
                              "column": 42
                            }
                          },
                          "extra": {
                            "rawValue": "Will not check external links.",
                            "raw": "'Will not check external links.'"
                          },
                          "value": "Will not check external links."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1225,
                        "end": 1235,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1225,
                          "end": 1230,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1232,
                          "end": 1235,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 11
                            },
                            "end": {
                              "line": 26,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "e",
                            "raw": "'e'"
                          },
                          "value": "e"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1241,
                        "end": 1256,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1241,
                          "end": 1245,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1247,
                          "end": 1256,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 10
                            },
                            "end": {
                              "line": 27,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1262,
                        "end": 1276,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1262,
                          "end": 1269,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 1271,
                          "end": 1276,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 13
                            },
                            "end": {
                              "line": 28,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1285,
                  "end": 1411,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 2
                    },
                    "end": {
                      "line": 35,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "StringLiteral",
                    "start": 1285,
                    "end": 1303,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 2
                      },
                      "end": {
                        "line": 30,
                        "column": 20
                      }
                    },
                    "extra": {
                      "rawValue": "exclude-internal",
                      "raw": "'exclude-internal'"
                    },
                    "value": "exclude-internal"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1305,
                    "end": 1411,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 22
                      },
                      "end": {
                        "line": 35,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1311,
                        "end": 1349,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 42
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1311,
                          "end": 1315,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1317,
                          "end": 1349,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 10
                            },
                            "end": {
                              "line": 31,
                              "column": 42
                            }
                          },
                          "extra": {
                            "rawValue": "Will not check internal links.",
                            "raw": "'Will not check internal links.'"
                          },
                          "value": "Will not check internal links."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1355,
                        "end": 1365,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1355,
                          "end": 1360,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1362,
                          "end": 1365,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 11
                            },
                            "end": {
                              "line": 32,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "i",
                            "raw": "'i'"
                          },
                          "value": "i"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1371,
                        "end": 1386,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1371,
                          "end": 1375,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1377,
                          "end": 1386,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 10
                            },
                            "end": {
                              "line": 33,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1392,
                        "end": 1406,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1392,
                          "end": 1399,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 1401,
                          "end": 1406,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 13
                            },
                            "end": {
                              "line": 34,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1415,
                  "end": 1725,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 44,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "StringLiteral",
                    "start": 1415,
                    "end": 1429,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 2
                      },
                      "end": {
                        "line": 36,
                        "column": 16
                      }
                    },
                    "extra": {
                      "rawValue": "filter-level",
                      "raw": "'filter-level'"
                    },
                    "value": "filter-level"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1431,
                    "end": 1725,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 18
                      },
                      "end": {
                        "line": 44,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1437,
                        "end": 1662,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 25
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1437,
                          "end": 1441,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 4
                            },
                            "end": {
                              "line": 37,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "BinaryExpression",
                          "start": 1443,
                          "end": 1662,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 10
                            },
                            "end": {
                              "line": 41,
                              "column": 25
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 1443,
                            "end": 1634,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 10
                              },
                              "end": {
                                "line": 40,
                                "column": 44
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1443,
                              "end": 1587,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 10
                                },
                                "end": {
                                  "line": 39,
                                  "column": 47
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1443,
                                "end": 1537,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 28
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 1443,
                                  "end": 1506,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 73
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "The types of tags and attributes that are considered links.\n",
                                    "raw": "'The types of tags and attributes that are considered links.\\n'"
                                  },
                                  "value": "The types of tags and attributes that are considered links.\n"
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 1513,
                                  "end": 1537,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 28
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "  0: clickable links\n",
                                    "raw": "'  0: clickable links\\n'"
                                  },
                                  "value": "  0: clickable links\n"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 1544,
                                "end": 1587,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 47
                                  }
                                },
                                "extra": {
                                  "rawValue": "  1: 0 + media, iframes, meta refreshes\n",
                                  "raw": "'  1: 0 + media, iframes, meta refreshes\\n'"
                                },
                                "value": "  1: 0 + media, iframes, meta refreshes\n"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "StringLiteral",
                              "start": 1594,
                              "end": 1634,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 44
                                }
                              },
                              "extra": {
                                "rawValue": "  2: 1 + stylesheets, scripts, forms\n",
                                "raw": "'  2: 1 + stylesheets, scripts, forms\\n'"
                              },
                              "value": "  2: 1 + stylesheets, scripts, forms\n"
                            }
                          },
                          "operator": "+",
                          "right": {
                            "type": "StringLiteral",
                            "start": 1641,
                            "end": 1662,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 4
                              },
                              "end": {
                                "line": 41,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": "  3: 2 + metadata\n",
                              "raw": "'  3: 2 + metadata\\n'"
                            },
                            "value": "  3: 2 + metadata\n"
                          }
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1668,
                        "end": 1682,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1668,
                          "end": 1672,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1674,
                          "end": 1682,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 10
                            },
                            "end": {
                              "line": 42,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "'number'"
                          },
                          "value": "number"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1688,
                        "end": 1720,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 36
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1688,
                          "end": 1695,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "MemberExpression",
                          "start": 1697,
                          "end": 1720,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 13
                            },
                            "end": {
                              "line": 43,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1697,
                            "end": 1708,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 24
                              },
                              "identifierName": "blcDefaults"
                            },
                            "name": "blcDefaults"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1709,
                            "end": 1720,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 25
                              },
                              "end": {
                                "line": 43,
                                "column": 36
                              },
                              "identifierName": "filterLevel"
                            },
                            "name": "filterLevel"
                          },
                          "computed": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1729,
                  "end": 1843,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 2
                    },
                    "end": {
                      "line": 50,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1729,
                    "end": 1735,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 2
                      },
                      "end": {
                        "line": 45,
                        "column": 8
                      },
                      "identifierName": "follow"
                    },
                    "name": "follow"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1737,
                    "end": 1843,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 10
                      },
                      "end": {
                        "line": 50,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1743,
                        "end": 1781,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 4
                          },
                          "end": {
                            "line": 46,
                            "column": 42
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1743,
                          "end": 1747,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1749,
                          "end": 1781,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 10
                            },
                            "end": {
                              "line": 46,
                              "column": 42
                            }
                          },
                          "extra": {
                            "rawValue": "Force-follow robot exclusions.",
                            "raw": "'Force-follow robot exclusions.'"
                          },
                          "value": "Force-follow robot exclusions."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1787,
                        "end": 1797,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 47,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1787,
                          "end": 1792,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1794,
                          "end": 1797,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 11
                            },
                            "end": {
                              "line": 47,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "f",
                            "raw": "'f'"
                          },
                          "value": "f"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1803,
                        "end": 1818,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1803,
                          "end": 1807,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1809,
                          "end": 1818,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 10
                            },
                            "end": {
                              "line": 48,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1824,
                        "end": 1838,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1824,
                          "end": 1831,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 1833,
                          "end": 1838,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 13
                            },
                            "end": {
                              "line": 49,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1847,
                  "end": 1957,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 2
                    },
                    "end": {
                      "line": 56,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1847,
                    "end": 1850,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 51,
                        "column": 5
                      },
                      "identifierName": "get"
                    },
                    "name": "get"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1852,
                    "end": 1957,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 7
                      },
                      "end": {
                        "line": 56,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1858,
                        "end": 1895,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 41
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1858,
                          "end": 1862,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1864,
                          "end": 1895,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 10
                            },
                            "end": {
                              "line": 52,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": "Change request method to GET.",
                            "raw": "'Change request method to GET.'"
                          },
                          "value": "Change request method to GET."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1901,
                        "end": 1911,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 53,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1901,
                          "end": 1906,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1908,
                          "end": 1911,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 11
                            },
                            "end": {
                              "line": 53,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "g",
                            "raw": "'g'"
                          },
                          "value": "g"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1917,
                        "end": 1932,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 4
                          },
                          "end": {
                            "line": 54,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1917,
                          "end": 1921,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 4
                            },
                            "end": {
                              "line": 54,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1923,
                          "end": 1932,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 10
                            },
                            "end": {
                              "line": 54,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1938,
                        "end": 1952,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1938,
                          "end": 1945,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 4
                            },
                            "end": {
                              "line": 55,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 1947,
                          "end": 1952,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 13
                            },
                            "end": {
                              "line": 55,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1961,
                  "end": 2112,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 2
                    },
                    "end": {
                      "line": 62,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1961,
                    "end": 1968,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 2
                      },
                      "end": {
                        "line": 57,
                        "column": 9
                      },
                      "identifierName": "ordered"
                    },
                    "name": "ordered"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 1970,
                    "end": 2112,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 11
                      },
                      "end": {
                        "line": 62,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1976,
                        "end": 2050,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 4
                          },
                          "end": {
                            "line": 58,
                            "column": 78
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1976,
                          "end": 1980,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 4
                            },
                            "end": {
                              "line": 58,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1982,
                          "end": 2050,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 10
                            },
                            "end": {
                              "line": 58,
                              "column": 78
                            }
                          },
                          "extra": {
                            "rawValue": "Maintain the order of links as they appear in their HTML document.",
                            "raw": "'Maintain the order of links as they appear in their HTML document.'"
                          },
                          "value": "Maintain the order of links as they appear in their HTML document."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2056,
                        "end": 2066,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 4
                          },
                          "end": {
                            "line": 59,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2056,
                          "end": 2061,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 4
                            },
                            "end": {
                              "line": 59,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2063,
                          "end": 2066,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 11
                            },
                            "end": {
                              "line": 59,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "o",
                            "raw": "'o'"
                          },
                          "value": "o"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2072,
                        "end": 2087,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 4
                          },
                          "end": {
                            "line": 60,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2072,
                          "end": 2076,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 4
                            },
                            "end": {
                              "line": 60,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2078,
                          "end": 2087,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 10
                            },
                            "end": {
                              "line": 60,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2093,
                        "end": 2107,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2093,
                          "end": 2100,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 4
                            },
                            "end": {
                              "line": 61,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 2102,
                          "end": 2107,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 13
                            },
                            "end": {
                              "line": 61,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2116,
                  "end": 2249,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 2
                    },
                    "end": {
                      "line": 68,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2116,
                    "end": 2125,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 2
                      },
                      "end": {
                        "line": 63,
                        "column": 11
                      },
                      "identifierName": "recursive"
                    },
                    "name": "recursive"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 2127,
                    "end": 2249,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 13
                      },
                      "end": {
                        "line": 68,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2133,
                        "end": 2187,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 58
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2133,
                          "end": 2137,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2139,
                          "end": 2187,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 10
                            },
                            "end": {
                              "line": 64,
                              "column": 58
                            }
                          },
                          "extra": {
                            "rawValue": "Recursively scan \"crawl\" the HTML document(s).",
                            "raw": "'Recursively scan \"crawl\" the HTML document(s).'"
                          },
                          "value": "Recursively scan \"crawl\" the HTML document(s)."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2193,
                        "end": 2203,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 4
                          },
                          "end": {
                            "line": 65,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2193,
                          "end": 2198,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 4
                            },
                            "end": {
                              "line": 65,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2200,
                          "end": 2203,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 11
                            },
                            "end": {
                              "line": 65,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "r",
                            "raw": "'r'"
                          },
                          "value": "r"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2209,
                        "end": 2224,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 4
                          },
                          "end": {
                            "line": 66,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2209,
                          "end": 2213,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 4
                            },
                            "end": {
                              "line": 66,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2215,
                          "end": 2224,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 10
                            },
                            "end": {
                              "line": 66,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2230,
                        "end": 2244,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 4
                          },
                          "end": {
                            "line": 67,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2230,
                          "end": 2237,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 4
                            },
                            "end": {
                              "line": 67,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 2239,
                          "end": 2244,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 13
                            },
                            "end": {
                              "line": 67,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2253,
                  "end": 2377,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 2
                    },
                    "end": {
                      "line": 74,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "StringLiteral",
                    "start": 2253,
                    "end": 2263,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 69,
                        "column": 12
                      }
                    },
                    "extra": {
                      "rawValue": "base-url",
                      "raw": "'base-url'"
                    },
                    "value": "base-url"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 2265,
                    "end": 2377,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 14
                      },
                      "end": {
                        "line": 74,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2271,
                        "end": 2318,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 51
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2271,
                          "end": 2275,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2277,
                          "end": 2318,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 10
                            },
                            "end": {
                              "line": 70,
                              "column": 51
                            }
                          },
                          "extra": {
                            "rawValue": "Serve files using alternative base url.",
                            "raw": "'Serve files using alternative base url.'"
                          },
                          "value": "Serve files using alternative base url."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2324,
                        "end": 2334,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2324,
                          "end": 2329,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2331,
                          "end": 2334,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 11
                            },
                            "end": {
                              "line": 71,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "b",
                            "raw": "'b'"
                          },
                          "value": "b"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2340,
                        "end": 2354,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2340,
                          "end": 2344,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2346,
                          "end": 2354,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 10
                            },
                            "end": {
                              "line": 72,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "string",
                            "raw": "'string'"
                          },
                          "value": "string"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2360,
                        "end": 2372,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 4
                          },
                          "end": {
                            "line": 73,
                            "column": 16
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2360,
                          "end": 2367,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 4
                            },
                            "end": {
                              "line": 73,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2369,
                          "end": 2372,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 13
                            },
                            "end": {
                              "line": 73,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": "/",
                            "raw": "'/'"
                          },
                          "value": "/"
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2381,
                  "end": 2508,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 2
                    },
                    "end": {
                      "line": 79,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "StringLiteral",
                    "start": 2381,
                    "end": 2393,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 2
                      },
                      "end": {
                        "line": 75,
                        "column": 14
                      }
                    },
                    "extra": {
                      "rawValue": "user-agent",
                      "raw": "'user-agent'"
                    },
                    "value": "user-agent"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 2395,
                    "end": 2508,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 16
                      },
                      "end": {
                        "line": 79,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2401,
                        "end": 2447,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 4
                          },
                          "end": {
                            "line": 76,
                            "column": 50
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2401,
                          "end": 2405,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 4
                            },
                            "end": {
                              "line": 76,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2407,
                          "end": 2447,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 10
                            },
                            "end": {
                              "line": 76,
                              "column": 50
                            }
                          },
                          "extra": {
                            "rawValue": "The user agent to use for link checks.",
                            "raw": "'The user agent to use for link checks.'"
                          },
                          "value": "The user agent to use for link checks."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2453,
                        "end": 2467,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2453,
                          "end": 2457,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2459,
                          "end": 2467,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 10
                            },
                            "end": {
                              "line": 77,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "string",
                            "raw": "'string'"
                          },
                          "value": "string"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2473,
                        "end": 2503,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 34
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2473,
                          "end": 2480,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "MemberExpression",
                          "start": 2482,
                          "end": 2503,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 13
                            },
                            "end": {
                              "line": 78,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2482,
                            "end": 2493,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 13
                              },
                              "end": {
                                "line": 78,
                                "column": 24
                              },
                              "identifierName": "blcDefaults"
                            },
                            "name": "blcDefaults"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2494,
                            "end": 2503,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 25
                              },
                              "end": {
                                "line": 78,
                                "column": 34
                              },
                              "identifierName": "userAgent"
                            },
                            "name": "userAgent"
                          },
                          "computed": false
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2512,
                  "end": 2620,
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 2
                    },
                    "end": {
                      "line": 85,
                      "column": 3
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2512,
                    "end": 2519,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 2
                      },
                      "end": {
                        "line": 80,
                        "column": 9
                      },
                      "identifierName": "verbose"
                    },
                    "name": "verbose"
                  },
                  "value": {
                    "type": "ObjectExpression",
                    "start": 2521,
                    "end": 2620,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 11
                      },
                      "end": {
                        "line": 85,
                        "column": 3
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2527,
                        "end": 2558,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 4
                          },
                          "end": {
                            "line": 81,
                            "column": 35
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2527,
                          "end": 2531,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 4
                            },
                            "end": {
                              "line": 81,
                              "column": 8
                            },
                            "identifierName": "desc"
                          },
                          "name": "desc"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2533,
                          "end": 2558,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 10
                            },
                            "end": {
                              "line": 81,
                              "column": 35
                            }
                          },
                          "extra": {
                            "rawValue": "Display excluded links.",
                            "raw": "'Display excluded links.'"
                          },
                          "value": "Display excluded links."
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2564,
                        "end": 2574,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 4
                          },
                          "end": {
                            "line": 82,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2564,
                          "end": 2569,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 4
                            },
                            "end": {
                              "line": 82,
                              "column": 9
                            },
                            "identifierName": "alias"
                          },
                          "name": "alias"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2571,
                          "end": 2574,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 11
                            },
                            "end": {
                              "line": 82,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "v",
                            "raw": "'v'"
                          },
                          "value": "v"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2580,
                        "end": 2595,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 4
                          },
                          "end": {
                            "line": 83,
                            "column": 19
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2580,
                          "end": 2584,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 4
                            },
                            "end": {
                              "line": 83,
                              "column": 8
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 2586,
                          "end": 2595,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 10
                            },
                            "end": {
                              "line": 83,
                              "column": 19
                            }
                          },
                          "extra": {
                            "rawValue": "boolean",
                            "raw": "'boolean'"
                          },
                          "value": "boolean"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2601,
                        "end": 2615,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 4
                          },
                          "end": {
                            "line": 84,
                            "column": 18
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2601,
                          "end": 2608,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 4
                            },
                            "end": {
                              "line": 84,
                              "column": 11
                            },
                            "identifierName": "default"
                          },
                          "name": "default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 2610,
                          "end": 2615,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 13
                            },
                            "end": {
                              "line": 84,
                              "column": 18
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 2626,
        "end": 2652,
        "loc": {
          "start": {
            "line": 88,
            "column": 0
          },
          "end": {
            "line": 88,
            "column": 26
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 2641,
          "end": 2651,
          "loc": {
            "start": {
              "line": 88,
              "column": 15
            },
            "end": {
              "line": 88,
              "column": 25
            },
            "identifierName": "CliOptions"
          },
          "name": "CliOptions"
        },
        "trailingComments": [],
        "name": "_",
        "leadingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 2626,
        "end": 2652,
        "loc": {
          "start": {
            "line": 88,
            "column": 0
          },
          "end": {
            "line": 88,
            "column": 26
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 991,
          "end": 2624,
          "loc": {
            "start": {
              "line": 19,
              "column": 0
            },
            "end": {
              "line": 86,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 997,
              "end": 2623,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 6
                },
                "end": {
                  "line": 86,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 997,
                "end": 1007,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 6
                  },
                  "end": {
                    "line": 19,
                    "column": 16
                  },
                  "identifierName": "CliOptions"
                },
                "name": "CliOptions",
                "leadingComments": null
              },
              "init": {
                "type": "ObjectExpression",
                "start": 1010,
                "end": 2623,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 19
                  },
                  "end": {
                    "line": 86,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 1014,
                    "end": 1151,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 23,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1014,
                      "end": 1021,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 2
                        },
                        "end": {
                          "line": 20,
                          "column": 9
                        },
                        "identifierName": "exclude"
                      },
                      "name": "exclude"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1023,
                      "end": 1151,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 11
                        },
                        "end": {
                          "line": 23,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1029,
                          "end": 1103,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 78
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1029,
                            "end": 1033,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1035,
                            "end": 1103,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 10
                              },
                              "end": {
                                "line": 21,
                                "column": 78
                              }
                            },
                            "extra": {
                              "rawValue": "A keyword/glob to match links against. Can be used multiple times.",
                              "raw": "'A keyword/glob to match links against. Can be used multiple times.'"
                            },
                            "value": "A keyword/glob to match links against. Can be used multiple times."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1109,
                          "end": 1146,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 41
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1109,
                            "end": 1116,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "MemberExpression",
                            "start": 1118,
                            "end": 1146,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1118,
                              "end": 1129,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 13
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                },
                                "identifierName": "blcDefaults"
                              },
                              "name": "blcDefaults"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1130,
                              "end": 1146,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 25
                                },
                                "end": {
                                  "line": 22,
                                  "column": 41
                                },
                                "identifierName": "excludedKeywords"
                              },
                              "name": "excludedKeywords"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1155,
                    "end": 1281,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 29,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "StringLiteral",
                      "start": 1155,
                      "end": 1173,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 2
                        },
                        "end": {
                          "line": 24,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": "exclude-external",
                        "raw": "'exclude-external'"
                      },
                      "value": "exclude-external"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1175,
                      "end": 1281,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 22
                        },
                        "end": {
                          "line": 29,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1181,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 42
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1181,
                            "end": 1185,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1187,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 10
                              },
                              "end": {
                                "line": 25,
                                "column": 42
                              }
                            },
                            "extra": {
                              "rawValue": "Will not check external links.",
                              "raw": "'Will not check external links.'"
                            },
                            "value": "Will not check external links."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1225,
                          "end": 1235,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1225,
                            "end": 1230,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 4
                              },
                              "end": {
                                "line": 26,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1232,
                            "end": 1235,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 11
                              },
                              "end": {
                                "line": 26,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "e",
                              "raw": "'e'"
                            },
                            "value": "e"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1241,
                          "end": 1256,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1241,
                            "end": 1245,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 4
                              },
                              "end": {
                                "line": 27,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1247,
                            "end": 1256,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 10
                              },
                              "end": {
                                "line": 27,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1262,
                          "end": 1276,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1262,
                            "end": 1269,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 1271,
                            "end": 1276,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1285,
                    "end": 1411,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 2
                      },
                      "end": {
                        "line": 35,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "StringLiteral",
                      "start": 1285,
                      "end": 1303,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 2
                        },
                        "end": {
                          "line": 30,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": "exclude-internal",
                        "raw": "'exclude-internal'"
                      },
                      "value": "exclude-internal"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1305,
                      "end": 1411,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 22
                        },
                        "end": {
                          "line": 35,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1311,
                          "end": 1349,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 42
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1311,
                            "end": 1315,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1317,
                            "end": 1349,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 10
                              },
                              "end": {
                                "line": 31,
                                "column": 42
                              }
                            },
                            "extra": {
                              "rawValue": "Will not check internal links.",
                              "raw": "'Will not check internal links.'"
                            },
                            "value": "Will not check internal links."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1355,
                          "end": 1365,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1355,
                            "end": 1360,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 4
                              },
                              "end": {
                                "line": 32,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1362,
                            "end": 1365,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 11
                              },
                              "end": {
                                "line": 32,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "i",
                              "raw": "'i'"
                            },
                            "value": "i"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1371,
                          "end": 1386,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1371,
                            "end": 1375,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 4
                              },
                              "end": {
                                "line": 33,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1377,
                            "end": 1386,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 10
                              },
                              "end": {
                                "line": 33,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1392,
                          "end": 1406,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1392,
                            "end": 1399,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 4
                              },
                              "end": {
                                "line": 34,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 1401,
                            "end": 1406,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1415,
                    "end": 1725,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 2
                      },
                      "end": {
                        "line": 44,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "StringLiteral",
                      "start": 1415,
                      "end": 1429,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 2
                        },
                        "end": {
                          "line": 36,
                          "column": 16
                        }
                      },
                      "extra": {
                        "rawValue": "filter-level",
                        "raw": "'filter-level'"
                      },
                      "value": "filter-level"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1431,
                      "end": 1725,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 18
                        },
                        "end": {
                          "line": 44,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1437,
                          "end": 1662,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 4
                            },
                            "end": {
                              "line": 41,
                              "column": 25
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1437,
                            "end": 1441,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 4
                              },
                              "end": {
                                "line": 37,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "BinaryExpression",
                            "start": 1443,
                            "end": 1662,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 10
                              },
                              "end": {
                                "line": 41,
                                "column": 25
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1443,
                              "end": 1634,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 10
                                },
                                "end": {
                                  "line": 40,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1443,
                                "end": 1587,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 1443,
                                  "end": 1537,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 28
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 1443,
                                    "end": 1506,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 73
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "The types of tags and attributes that are considered links.\n",
                                      "raw": "'The types of tags and attributes that are considered links.\\n'"
                                    },
                                    "value": "The types of tags and attributes that are considered links.\n"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1513,
                                    "end": 1537,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 28
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "  0: clickable links\n",
                                      "raw": "'  0: clickable links\\n'"
                                    },
                                    "value": "  0: clickable links\n"
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 1544,
                                  "end": 1587,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "  1: 0 + media, iframes, meta refreshes\n",
                                    "raw": "'  1: 0 + media, iframes, meta refreshes\\n'"
                                  },
                                  "value": "  1: 0 + media, iframes, meta refreshes\n"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "StringLiteral",
                                "start": 1594,
                                "end": 1634,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": "  2: 1 + stylesheets, scripts, forms\n",
                                  "raw": "'  2: 1 + stylesheets, scripts, forms\\n'"
                                },
                                "value": "  2: 1 + stylesheets, scripts, forms\n"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "StringLiteral",
                              "start": 1641,
                              "end": 1662,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 4
                                },
                                "end": {
                                  "line": 41,
                                  "column": 25
                                }
                              },
                              "extra": {
                                "rawValue": "  3: 2 + metadata\n",
                                "raw": "'  3: 2 + metadata\\n'"
                              },
                              "value": "  3: 2 + metadata\n"
                            }
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1668,
                          "end": 1682,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 4
                            },
                            "end": {
                              "line": 42,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1668,
                            "end": 1672,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 4
                              },
                              "end": {
                                "line": 42,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1674,
                            "end": 1682,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 10
                              },
                              "end": {
                                "line": 42,
                                "column": 18
                              }
                            },
                            "extra": {
                              "rawValue": "number",
                              "raw": "'number'"
                            },
                            "value": "number"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1688,
                          "end": 1720,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 36
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1688,
                            "end": 1695,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 4
                              },
                              "end": {
                                "line": 43,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "MemberExpression",
                            "start": 1697,
                            "end": 1720,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1697,
                              "end": 1708,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 13
                                },
                                "end": {
                                  "line": 43,
                                  "column": 24
                                },
                                "identifierName": "blcDefaults"
                              },
                              "name": "blcDefaults"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1709,
                              "end": 1720,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 25
                                },
                                "end": {
                                  "line": 43,
                                  "column": 36
                                },
                                "identifierName": "filterLevel"
                              },
                              "name": "filterLevel"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1729,
                    "end": 1843,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 2
                      },
                      "end": {
                        "line": 50,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1729,
                      "end": 1735,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 2
                        },
                        "end": {
                          "line": 45,
                          "column": 8
                        },
                        "identifierName": "follow"
                      },
                      "name": "follow"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1737,
                      "end": 1843,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 10
                        },
                        "end": {
                          "line": 50,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1743,
                          "end": 1781,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 42
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1743,
                            "end": 1747,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 4
                              },
                              "end": {
                                "line": 46,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1749,
                            "end": 1781,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 10
                              },
                              "end": {
                                "line": 46,
                                "column": 42
                              }
                            },
                            "extra": {
                              "rawValue": "Force-follow robot exclusions.",
                              "raw": "'Force-follow robot exclusions.'"
                            },
                            "value": "Force-follow robot exclusions."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1787,
                          "end": 1797,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1787,
                            "end": 1792,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 4
                              },
                              "end": {
                                "line": 47,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1794,
                            "end": 1797,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 11
                              },
                              "end": {
                                "line": 47,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "f",
                              "raw": "'f'"
                            },
                            "value": "f"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1803,
                          "end": 1818,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1803,
                            "end": 1807,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1809,
                            "end": 1818,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 10
                              },
                              "end": {
                                "line": 48,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1824,
                          "end": 1838,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1824,
                            "end": 1831,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 1833,
                            "end": 1838,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 13
                              },
                              "end": {
                                "line": 49,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1847,
                    "end": 1957,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 56,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1847,
                      "end": 1850,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 2
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        },
                        "identifierName": "get"
                      },
                      "name": "get"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1852,
                      "end": 1957,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 7
                        },
                        "end": {
                          "line": 56,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1858,
                          "end": 1895,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 41
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1858,
                            "end": 1862,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1864,
                            "end": 1895,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 10
                              },
                              "end": {
                                "line": 52,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": "Change request method to GET.",
                              "raw": "'Change request method to GET.'"
                            },
                            "value": "Change request method to GET."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1901,
                          "end": 1911,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1901,
                            "end": 1906,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1908,
                            "end": 1911,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 11
                              },
                              "end": {
                                "line": 53,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "g",
                              "raw": "'g'"
                            },
                            "value": "g"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1917,
                          "end": 1932,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 4
                            },
                            "end": {
                              "line": 54,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1917,
                            "end": 1921,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 4
                              },
                              "end": {
                                "line": 54,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1923,
                            "end": 1932,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 10
                              },
                              "end": {
                                "line": 54,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1938,
                          "end": 1952,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 4
                            },
                            "end": {
                              "line": 55,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1938,
                            "end": 1945,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 4
                              },
                              "end": {
                                "line": 55,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 1947,
                            "end": 1952,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 13
                              },
                              "end": {
                                "line": 55,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1961,
                    "end": 2112,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 2
                      },
                      "end": {
                        "line": 62,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1961,
                      "end": 1968,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 2
                        },
                        "end": {
                          "line": 57,
                          "column": 9
                        },
                        "identifierName": "ordered"
                      },
                      "name": "ordered"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 1970,
                      "end": 2112,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 11
                        },
                        "end": {
                          "line": 62,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1976,
                          "end": 2050,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 4
                            },
                            "end": {
                              "line": 58,
                              "column": 78
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1976,
                            "end": 1980,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 4
                              },
                              "end": {
                                "line": 58,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1982,
                            "end": 2050,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 10
                              },
                              "end": {
                                "line": 58,
                                "column": 78
                              }
                            },
                            "extra": {
                              "rawValue": "Maintain the order of links as they appear in their HTML document.",
                              "raw": "'Maintain the order of links as they appear in their HTML document.'"
                            },
                            "value": "Maintain the order of links as they appear in their HTML document."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2056,
                          "end": 2066,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 4
                            },
                            "end": {
                              "line": 59,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2056,
                            "end": 2061,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 4
                              },
                              "end": {
                                "line": 59,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2063,
                            "end": 2066,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 11
                              },
                              "end": {
                                "line": 59,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "o",
                              "raw": "'o'"
                            },
                            "value": "o"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2072,
                          "end": 2087,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 4
                            },
                            "end": {
                              "line": 60,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2072,
                            "end": 2076,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 4
                              },
                              "end": {
                                "line": 60,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2078,
                            "end": 2087,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 10
                              },
                              "end": {
                                "line": 60,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2093,
                          "end": 2107,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 4
                            },
                            "end": {
                              "line": 61,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2093,
                            "end": 2100,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 4
                              },
                              "end": {
                                "line": 61,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 2102,
                            "end": 2107,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 13
                              },
                              "end": {
                                "line": 61,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2116,
                    "end": 2249,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 2
                      },
                      "end": {
                        "line": 68,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 2116,
                      "end": 2125,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 2
                        },
                        "end": {
                          "line": 63,
                          "column": 11
                        },
                        "identifierName": "recursive"
                      },
                      "name": "recursive"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 2127,
                      "end": 2249,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 13
                        },
                        "end": {
                          "line": 68,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 2133,
                          "end": 2187,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 58
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2133,
                            "end": 2137,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 4
                              },
                              "end": {
                                "line": 64,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2139,
                            "end": 2187,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 10
                              },
                              "end": {
                                "line": 64,
                                "column": 58
                              }
                            },
                            "extra": {
                              "rawValue": "Recursively scan \"crawl\" the HTML document(s).",
                              "raw": "'Recursively scan \"crawl\" the HTML document(s).'"
                            },
                            "value": "Recursively scan \"crawl\" the HTML document(s)."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2193,
                          "end": 2203,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 4
                            },
                            "end": {
                              "line": 65,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2193,
                            "end": 2198,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 4
                              },
                              "end": {
                                "line": 65,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2200,
                            "end": 2203,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 11
                              },
                              "end": {
                                "line": 65,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "r",
                              "raw": "'r'"
                            },
                            "value": "r"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2209,
                          "end": 2224,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 4
                            },
                            "end": {
                              "line": 66,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2209,
                            "end": 2213,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 4
                              },
                              "end": {
                                "line": 66,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2215,
                            "end": 2224,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 10
                              },
                              "end": {
                                "line": 66,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2230,
                          "end": 2244,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 4
                            },
                            "end": {
                              "line": 67,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2230,
                            "end": 2237,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 4
                              },
                              "end": {
                                "line": 67,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 2239,
                            "end": 2244,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 13
                              },
                              "end": {
                                "line": 67,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2253,
                    "end": 2377,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 74,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "StringLiteral",
                      "start": 2253,
                      "end": 2263,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 2
                        },
                        "end": {
                          "line": 69,
                          "column": 12
                        }
                      },
                      "extra": {
                        "rawValue": "base-url",
                        "raw": "'base-url'"
                      },
                      "value": "base-url"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 2265,
                      "end": 2377,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 14
                        },
                        "end": {
                          "line": 74,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 2271,
                          "end": 2318,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 51
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2271,
                            "end": 2275,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 4
                              },
                              "end": {
                                "line": 70,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2277,
                            "end": 2318,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 10
                              },
                              "end": {
                                "line": 70,
                                "column": 51
                              }
                            },
                            "extra": {
                              "rawValue": "Serve files using alternative base url.",
                              "raw": "'Serve files using alternative base url.'"
                            },
                            "value": "Serve files using alternative base url."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2324,
                          "end": 2334,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2324,
                            "end": 2329,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 4
                              },
                              "end": {
                                "line": 71,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2331,
                            "end": 2334,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 11
                              },
                              "end": {
                                "line": 71,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "b",
                              "raw": "'b'"
                            },
                            "value": "b"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2340,
                          "end": 2354,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2340,
                            "end": 2344,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 4
                              },
                              "end": {
                                "line": 72,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2346,
                            "end": 2354,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 10
                              },
                              "end": {
                                "line": 72,
                                "column": 18
                              }
                            },
                            "extra": {
                              "rawValue": "string",
                              "raw": "'string'"
                            },
                            "value": "string"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2360,
                          "end": 2372,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 4
                            },
                            "end": {
                              "line": 73,
                              "column": 16
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2360,
                            "end": 2367,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 4
                              },
                              "end": {
                                "line": 73,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2369,
                            "end": 2372,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 13
                              },
                              "end": {
                                "line": 73,
                                "column": 16
                              }
                            },
                            "extra": {
                              "rawValue": "/",
                              "raw": "'/'"
                            },
                            "value": "/"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2381,
                    "end": 2508,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 2
                      },
                      "end": {
                        "line": 79,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "StringLiteral",
                      "start": 2381,
                      "end": 2393,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 2
                        },
                        "end": {
                          "line": 75,
                          "column": 14
                        }
                      },
                      "extra": {
                        "rawValue": "user-agent",
                        "raw": "'user-agent'"
                      },
                      "value": "user-agent"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 2395,
                      "end": 2508,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 16
                        },
                        "end": {
                          "line": 79,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 2401,
                          "end": 2447,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 4
                            },
                            "end": {
                              "line": 76,
                              "column": 50
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2401,
                            "end": 2405,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 4
                              },
                              "end": {
                                "line": 76,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2407,
                            "end": 2447,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 10
                              },
                              "end": {
                                "line": 76,
                                "column": 50
                              }
                            },
                            "extra": {
                              "rawValue": "The user agent to use for link checks.",
                              "raw": "'The user agent to use for link checks.'"
                            },
                            "value": "The user agent to use for link checks."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2453,
                          "end": 2467,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2453,
                            "end": 2457,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2459,
                            "end": 2467,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 10
                              },
                              "end": {
                                "line": 77,
                                "column": 18
                              }
                            },
                            "extra": {
                              "rawValue": "string",
                              "raw": "'string'"
                            },
                            "value": "string"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2473,
                          "end": 2503,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 34
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2473,
                            "end": 2480,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 4
                              },
                              "end": {
                                "line": 78,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "MemberExpression",
                            "start": 2482,
                            "end": 2503,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 13
                              },
                              "end": {
                                "line": 78,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2482,
                              "end": 2493,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 13
                                },
                                "end": {
                                  "line": 78,
                                  "column": 24
                                },
                                "identifierName": "blcDefaults"
                              },
                              "name": "blcDefaults"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2494,
                              "end": 2503,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 25
                                },
                                "end": {
                                  "line": 78,
                                  "column": 34
                                },
                                "identifierName": "userAgent"
                              },
                              "name": "userAgent"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2512,
                    "end": 2620,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 2
                      },
                      "end": {
                        "line": 85,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 2512,
                      "end": 2519,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 2
                        },
                        "end": {
                          "line": 80,
                          "column": 9
                        },
                        "identifierName": "verbose"
                      },
                      "name": "verbose"
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 2521,
                      "end": 2620,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 11
                        },
                        "end": {
                          "line": 85,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 2527,
                          "end": 2558,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 4
                            },
                            "end": {
                              "line": 81,
                              "column": 35
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2527,
                            "end": 2531,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 4
                              },
                              "end": {
                                "line": 81,
                                "column": 8
                              },
                              "identifierName": "desc"
                            },
                            "name": "desc"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2533,
                            "end": 2558,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 10
                              },
                              "end": {
                                "line": 81,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "Display excluded links.",
                              "raw": "'Display excluded links.'"
                            },
                            "value": "Display excluded links."
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2564,
                          "end": 2574,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 4
                            },
                            "end": {
                              "line": 82,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2564,
                            "end": 2569,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 4
                              },
                              "end": {
                                "line": 82,
                                "column": 9
                              },
                              "identifierName": "alias"
                            },
                            "name": "alias"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2571,
                            "end": 2574,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 11
                              },
                              "end": {
                                "line": 82,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "v",
                              "raw": "'v'"
                            },
                            "value": "v"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2580,
                          "end": 2595,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 4
                            },
                            "end": {
                              "line": 83,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2580,
                            "end": 2584,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 4
                              },
                              "end": {
                                "line": 83,
                                "column": 8
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 2586,
                            "end": 2595,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 10
                              },
                              "end": {
                                "line": 83,
                                "column": 19
                              }
                            },
                            "extra": {
                              "rawValue": "boolean",
                              "raw": "'boolean'"
                            },
                            "value": "boolean"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 2601,
                          "end": 2615,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 4
                            },
                            "end": {
                              "line": 84,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2601,
                            "end": 2608,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 4
                              },
                              "end": {
                                "line": 84,
                                "column": 11
                              },
                              "identifierName": "default"
                            },
                            "name": "default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 2610,
                            "end": 2615,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 13
                              },
                              "end": {
                                "line": 84,
                                "column": 18
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Command line options available\n * @type {Object}\n * @property {yargs.Option<String[]>} [exclude=[]] A keyword/glob to match links against. Can be\n * used multiple times.\n * @property {yargs.Option<Boolean>} [exclude-external=false] Will not check external links.\n * @property {yargs.Option<Boolean>} [exclude-internal=false] Will not check internal links.\n * @property {yargs.Option<Number>} [filter-level=1] The types of tags and attributes that are\n * considered links.\n * @property {yargs.Option<Boolean>} [follow=false] Force-follow robot exclusions.\n * @property {yargs.Option<Boolean>} [get=false] Change request method to GET.\n * @property {yargs.Option<Boolean>} [recursive=false] Recursively scan \"crawl\" the HTML\n * document(s).\n * @property {yargs.Option<String>} [user-agent] The user agent to use for link checks.\n * @property {yargs.Option<Boolean>} [verbose=false] Display excluded links.\n ",
              "start": 76,
              "end": 990,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 18,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @external {yargs.Option} http://yargs.js.org/docs/#methods-optionskey-opt\n ",
              "start": 2654,
              "end": 2738,
              "loc": {
                "start": {
                  "line": 90,
                  "column": 0
                },
                "end": {
                  "line": 92,
                  "column": 3
                }
              }
            }
          ]
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @external {yargs.Option} http://yargs.js.org/docs/#methods-optionskey-opt\n ",
            "start": 2654,
            "end": 2738,
            "loc": {
              "start": {
                "line": 90,
                "column": 0
              },
              "end": {
                "line": 92,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Command line options available\n * @type {Object}\n * @property {yargs.Option<String[]>} [exclude=[]] A keyword/glob to match links against. Can be\n * used multiple times.\n * @property {yargs.Option<Boolean>} [exclude-external=false] Will not check external links.\n * @property {yargs.Option<Boolean>} [exclude-internal=false] Will not check internal links.\n * @property {yargs.Option<Number>} [filter-level=1] The types of tags and attributes that are\n * considered links.\n * @property {yargs.Option<Boolean>} [follow=false] Force-follow robot exclusions.\n * @property {yargs.Option<Boolean>} [get=false] Change request method to GET.\n * @property {yargs.Option<Boolean>} [recursive=false] Recursively scan \"crawl\" the HTML\n * document(s).\n * @property {yargs.Option<String>} [user-agent] The user agent to use for link checks.\n * @property {yargs.Option<Boolean>} [verbose=false] Display excluded links.\n ",
      "start": 76,
      "end": 990,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @external {yargs.Option} http://yargs.js.org/docs/#methods-optionskey-opt\n ",
      "start": 2654,
      "end": 2738,
      "loc": {
        "start": {
          "line": 90,
          "column": 0
        },
        "end": {
          "line": 92,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "blcDefaults",
      "start": 7,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 19,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 19
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "broken-link-checker/lib/internal/defaultOptions",
      "start": 24,
      "end": 73,
      "loc": {
        "start": {
          "line": 1,
          "column": 24
        },
        "end": {
          "line": 1,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 73,
      "end": 74,
      "loc": {
        "start": {
          "line": 1,
          "column": 73
        },
        "end": {
          "line": 1,
          "column": 74
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Command line options available\n * @type {Object}\n * @property {yargs.Option<String[]>} [exclude=[]] A keyword/glob to match links against. Can be\n * used multiple times.\n * @property {yargs.Option<Boolean>} [exclude-external=false] Will not check external links.\n * @property {yargs.Option<Boolean>} [exclude-internal=false] Will not check internal links.\n * @property {yargs.Option<Number>} [filter-level=1] The types of tags and attributes that are\n * considered links.\n * @property {yargs.Option<Boolean>} [follow=false] Force-follow robot exclusions.\n * @property {yargs.Option<Boolean>} [get=false] Change request method to GET.\n * @property {yargs.Option<Boolean>} [recursive=false] Recursively scan \"crawl\" the HTML\n * document(s).\n * @property {yargs.Option<String>} [user-agent] The user agent to use for link checks.\n * @property {yargs.Option<Boolean>} [verbose=false] Display excluded links.\n ",
      "start": 76,
      "end": 990,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 991,
      "end": 996,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CliOptions",
      "start": 997,
      "end": 1007,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1008,
      "end": 1009,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1010,
      "end": 1011,
      "loc": {
        "start": {
          "line": 19,
          "column": 19
        },
        "end": {
          "line": 19,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exclude",
      "start": 1014,
      "end": 1021,
      "loc": {
        "start": {
          "line": 20,
          "column": 2
        },
        "end": {
          "line": 20,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1021,
      "end": 1022,
      "loc": {
        "start": {
          "line": 20,
          "column": 9
        },
        "end": {
          "line": 20,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1023,
      "end": 1024,
      "loc": {
        "start": {
          "line": 20,
          "column": 11
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1029,
      "end": 1033,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1033,
      "end": 1034,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "A keyword/glob to match links against. Can be used multiple times.",
      "start": 1035,
      "end": 1103,
      "loc": {
        "start": {
          "line": 21,
          "column": 10
        },
        "end": {
          "line": 21,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1103,
      "end": 1104,
      "loc": {
        "start": {
          "line": 21,
          "column": 78
        },
        "end": {
          "line": 21,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1109,
      "end": 1116,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1116,
      "end": 1117,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "blcDefaults",
      "start": 1118,
      "end": 1129,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1129,
      "end": 1130,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "excludedKeywords",
      "start": 1130,
      "end": 1146,
      "loc": {
        "start": {
          "line": 22,
          "column": 25
        },
        "end": {
          "line": 22,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 22,
          "column": 41
        },
        "end": {
          "line": 22,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1150,
      "end": 1151,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1151,
      "end": 1152,
      "loc": {
        "start": {
          "line": 23,
          "column": 3
        },
        "end": {
          "line": 23,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "exclude-external",
      "start": 1155,
      "end": 1173,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1173,
      "end": 1174,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1175,
      "end": 1176,
      "loc": {
        "start": {
          "line": 24,
          "column": 22
        },
        "end": {
          "line": 24,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1181,
      "end": 1185,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1185,
      "end": 1186,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Will not check external links.",
      "start": 1187,
      "end": 1219,
      "loc": {
        "start": {
          "line": 25,
          "column": 10
        },
        "end": {
          "line": 25,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 25,
          "column": 42
        },
        "end": {
          "line": 25,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 1225,
      "end": 1230,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1230,
      "end": 1231,
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "e",
      "start": 1232,
      "end": 1235,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1235,
      "end": 1236,
      "loc": {
        "start": {
          "line": 26,
          "column": 14
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1241,
      "end": 1245,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 1247,
      "end": 1256,
      "loc": {
        "start": {
          "line": 27,
          "column": 10
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1256,
      "end": 1257,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1262,
      "end": 1269,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1269,
      "end": 1270,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1271,
      "end": 1276,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1276,
      "end": 1277,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1281,
      "end": 1282,
      "loc": {
        "start": {
          "line": 29,
          "column": 3
        },
        "end": {
          "line": 29,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "exclude-internal",
      "start": 1285,
      "end": 1303,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1303,
      "end": 1304,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1305,
      "end": 1306,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1311,
      "end": 1315,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Will not check internal links.",
      "start": 1317,
      "end": 1349,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 31,
          "column": 42
        },
        "end": {
          "line": 31,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 1355,
      "end": 1360,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1360,
      "end": 1361,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 32,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "i",
      "start": 1362,
      "end": 1365,
      "loc": {
        "start": {
          "line": 32,
          "column": 11
        },
        "end": {
          "line": 32,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1365,
      "end": 1366,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1371,
      "end": 1375,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1375,
      "end": 1376,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 1377,
      "end": 1386,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1386,
      "end": 1387,
      "loc": {
        "start": {
          "line": 33,
          "column": 19
        },
        "end": {
          "line": 33,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1392,
      "end": 1399,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1399,
      "end": 1400,
      "loc": {
        "start": {
          "line": 34,
          "column": 11
        },
        "end": {
          "line": 34,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1401,
      "end": 1406,
      "loc": {
        "start": {
          "line": 34,
          "column": 13
        },
        "end": {
          "line": 34,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1406,
      "end": 1407,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1410,
      "end": 1411,
      "loc": {
        "start": {
          "line": 35,
          "column": 2
        },
        "end": {
          "line": 35,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 35,
          "column": 3
        },
        "end": {
          "line": 35,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "filter-level",
      "start": 1415,
      "end": 1429,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1429,
      "end": 1430,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 36,
          "column": 18
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1437,
      "end": 1441,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "The types of tags and attributes that are considered links.\n",
      "start": 1443,
      "end": 1506,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 37,
          "column": 74
        },
        "end": {
          "line": 37,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  0: clickable links\n",
      "start": 1513,
      "end": 1537,
      "loc": {
        "start": {
          "line": 38,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1538,
      "end": 1539,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  1: 0 + media, iframes, meta refreshes\n",
      "start": 1544,
      "end": 1587,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 39,
          "column": 48
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  2: 1 + stylesheets, scripts, forms\n",
      "start": 1594,
      "end": 1634,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1635,
      "end": 1636,
      "loc": {
        "start": {
          "line": 40,
          "column": 45
        },
        "end": {
          "line": 40,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "  3: 2 + metadata\n",
      "start": 1641,
      "end": 1662,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1668,
      "end": 1672,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1672,
      "end": 1673,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 1674,
      "end": 1682,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1682,
      "end": 1683,
      "loc": {
        "start": {
          "line": 42,
          "column": 18
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1688,
      "end": 1695,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1695,
      "end": 1696,
      "loc": {
        "start": {
          "line": 43,
          "column": 11
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "blcDefaults",
      "start": 1697,
      "end": 1708,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1708,
      "end": 1709,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterLevel",
      "start": 1709,
      "end": 1720,
      "loc": {
        "start": {
          "line": 43,
          "column": 25
        },
        "end": {
          "line": 43,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 43,
          "column": 36
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 44,
          "column": 3
        },
        "end": {
          "line": 44,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "follow",
      "start": 1729,
      "end": 1735,
      "loc": {
        "start": {
          "line": 45,
          "column": 2
        },
        "end": {
          "line": 45,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1735,
      "end": 1736,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1737,
      "end": 1738,
      "loc": {
        "start": {
          "line": 45,
          "column": 10
        },
        "end": {
          "line": 45,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1743,
      "end": 1747,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Force-follow robot exclusions.",
      "start": 1749,
      "end": 1781,
      "loc": {
        "start": {
          "line": 46,
          "column": 10
        },
        "end": {
          "line": 46,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1781,
      "end": 1782,
      "loc": {
        "start": {
          "line": 46,
          "column": 42
        },
        "end": {
          "line": 46,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 1787,
      "end": 1792,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 47,
          "column": 9
        },
        "end": {
          "line": 47,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "f",
      "start": 1794,
      "end": 1797,
      "loc": {
        "start": {
          "line": 47,
          "column": 11
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1797,
      "end": 1798,
      "loc": {
        "start": {
          "line": 47,
          "column": 14
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1803,
      "end": 1807,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1807,
      "end": 1808,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 1809,
      "end": 1818,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1818,
      "end": 1819,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1824,
      "end": 1831,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1831,
      "end": 1832,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "end": {
          "line": 49,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1833,
      "end": 1838,
      "loc": {
        "start": {
          "line": 49,
          "column": 13
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 49,
          "column": 18
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1842,
      "end": 1843,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 50,
          "column": 3
        },
        "end": {
          "line": 50,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 1847,
      "end": 1850,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 51,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1850,
      "end": 1851,
      "loc": {
        "start": {
          "line": 51,
          "column": 5
        },
        "end": {
          "line": 51,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1852,
      "end": 1853,
      "loc": {
        "start": {
          "line": 51,
          "column": 7
        },
        "end": {
          "line": 51,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1858,
      "end": 1862,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1862,
      "end": 1863,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Change request method to GET.",
      "start": 1864,
      "end": 1895,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1895,
      "end": 1896,
      "loc": {
        "start": {
          "line": 52,
          "column": 41
        },
        "end": {
          "line": 52,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 1901,
      "end": 1906,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 53,
          "column": 9
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "g",
      "start": 1908,
      "end": 1911,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1911,
      "end": 1912,
      "loc": {
        "start": {
          "line": 53,
          "column": 14
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1917,
      "end": 1921,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1921,
      "end": 1922,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 1923,
      "end": 1932,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1932,
      "end": 1933,
      "loc": {
        "start": {
          "line": 54,
          "column": 19
        },
        "end": {
          "line": 54,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1938,
      "end": 1945,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 55,
          "column": 11
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1947,
      "end": 1952,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1952,
      "end": 1953,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1956,
      "end": 1957,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1957,
      "end": 1958,
      "loc": {
        "start": {
          "line": 56,
          "column": 3
        },
        "end": {
          "line": 56,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ordered",
      "start": 1961,
      "end": 1968,
      "loc": {
        "start": {
          "line": 57,
          "column": 2
        },
        "end": {
          "line": 57,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1968,
      "end": 1969,
      "loc": {
        "start": {
          "line": 57,
          "column": 9
        },
        "end": {
          "line": 57,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1970,
      "end": 1971,
      "loc": {
        "start": {
          "line": 57,
          "column": 11
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 1976,
      "end": 1980,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1980,
      "end": 1981,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Maintain the order of links as they appear in their HTML document.",
      "start": 1982,
      "end": 2050,
      "loc": {
        "start": {
          "line": 58,
          "column": 10
        },
        "end": {
          "line": 58,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 58,
          "column": 78
        },
        "end": {
          "line": 58,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 2056,
      "end": 2061,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 59,
          "column": 9
        },
        "end": {
          "line": 59,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "o",
      "start": 2063,
      "end": 2066,
      "loc": {
        "start": {
          "line": 59,
          "column": 11
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2072,
      "end": 2076,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 2078,
      "end": 2087,
      "loc": {
        "start": {
          "line": 60,
          "column": 10
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2087,
      "end": 2088,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2093,
      "end": 2100,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 61,
          "column": 11
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2102,
      "end": 2107,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2107,
      "end": 2108,
      "loc": {
        "start": {
          "line": 61,
          "column": 18
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 62,
          "column": 2
        },
        "end": {
          "line": 62,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2112,
      "end": 2113,
      "loc": {
        "start": {
          "line": 62,
          "column": 3
        },
        "end": {
          "line": 62,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "recursive",
      "start": 2116,
      "end": 2125,
      "loc": {
        "start": {
          "line": 63,
          "column": 2
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2125,
      "end": 2126,
      "loc": {
        "start": {
          "line": 63,
          "column": 11
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2127,
      "end": 2128,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 2133,
      "end": 2137,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2137,
      "end": 2138,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Recursively scan \"crawl\" the HTML document(s).",
      "start": 2139,
      "end": 2187,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 64,
          "column": 58
        },
        "end": {
          "line": 64,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 2193,
      "end": 2198,
      "loc": {
        "start": {
          "line": 65,
          "column": 4
        },
        "end": {
          "line": 65,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2198,
      "end": 2199,
      "loc": {
        "start": {
          "line": 65,
          "column": 9
        },
        "end": {
          "line": 65,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "r",
      "start": 2200,
      "end": 2203,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2209,
      "end": 2213,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 2215,
      "end": 2224,
      "loc": {
        "start": {
          "line": 66,
          "column": 10
        },
        "end": {
          "line": 66,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2224,
      "end": 2225,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2230,
      "end": 2237,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2239,
      "end": 2244,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2244,
      "end": 2245,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2248,
      "end": 2249,
      "loc": {
        "start": {
          "line": 68,
          "column": 2
        },
        "end": {
          "line": 68,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2249,
      "end": 2250,
      "loc": {
        "start": {
          "line": 68,
          "column": 3
        },
        "end": {
          "line": 68,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "base-url",
      "start": 2253,
      "end": 2263,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 69,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2263,
      "end": 2264,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2265,
      "end": 2266,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 2271,
      "end": 2275,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2275,
      "end": 2276,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Serve files using alternative base url.",
      "start": 2277,
      "end": 2318,
      "loc": {
        "start": {
          "line": 70,
          "column": 10
        },
        "end": {
          "line": 70,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 70,
          "column": 51
        },
        "end": {
          "line": 70,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 2324,
      "end": 2329,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2329,
      "end": 2330,
      "loc": {
        "start": {
          "line": 71,
          "column": 9
        },
        "end": {
          "line": 71,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "b",
      "start": 2331,
      "end": 2334,
      "loc": {
        "start": {
          "line": 71,
          "column": 11
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2340,
      "end": 2344,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2344,
      "end": 2345,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 2346,
      "end": 2354,
      "loc": {
        "start": {
          "line": 72,
          "column": 10
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2360,
      "end": 2367,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2367,
      "end": 2368,
      "loc": {
        "start": {
          "line": 73,
          "column": 11
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 2369,
      "end": 2372,
      "loc": {
        "start": {
          "line": 73,
          "column": 13
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 73,
          "column": 16
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2376,
      "end": 2377,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 74,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2377,
      "end": 2378,
      "loc": {
        "start": {
          "line": 74,
          "column": 3
        },
        "end": {
          "line": 74,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "user-agent",
      "start": 2381,
      "end": 2393,
      "loc": {
        "start": {
          "line": 75,
          "column": 2
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2393,
      "end": 2394,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2395,
      "end": 2396,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 2401,
      "end": 2405,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2405,
      "end": 2406,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "The user agent to use for link checks.",
      "start": 2407,
      "end": 2447,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2447,
      "end": 2448,
      "loc": {
        "start": {
          "line": 76,
          "column": 50
        },
        "end": {
          "line": 76,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2453,
      "end": 2457,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2457,
      "end": 2458,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 2459,
      "end": 2467,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2467,
      "end": 2468,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2473,
      "end": 2480,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2480,
      "end": 2481,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "blcDefaults",
      "start": 2482,
      "end": 2493,
      "loc": {
        "start": {
          "line": 78,
          "column": 13
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2493,
      "end": 2494,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "userAgent",
      "start": 2494,
      "end": 2503,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2503,
      "end": 2504,
      "loc": {
        "start": {
          "line": 78,
          "column": 34
        },
        "end": {
          "line": 78,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2507,
      "end": 2508,
      "loc": {
        "start": {
          "line": 79,
          "column": 2
        },
        "end": {
          "line": 79,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2508,
      "end": 2509,
      "loc": {
        "start": {
          "line": 79,
          "column": 3
        },
        "end": {
          "line": 79,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "verbose",
      "start": 2512,
      "end": 2519,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2519,
      "end": 2520,
      "loc": {
        "start": {
          "line": 80,
          "column": 9
        },
        "end": {
          "line": 80,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 80,
          "column": 11
        },
        "end": {
          "line": 80,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "desc",
      "start": 2527,
      "end": 2531,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2531,
      "end": 2532,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Display excluded links.",
      "start": 2533,
      "end": 2558,
      "loc": {
        "start": {
          "line": 81,
          "column": 10
        },
        "end": {
          "line": 81,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2558,
      "end": 2559,
      "loc": {
        "start": {
          "line": 81,
          "column": 35
        },
        "end": {
          "line": 81,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alias",
      "start": 2564,
      "end": 2569,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 82,
          "column": 9
        },
        "end": {
          "line": 82,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "v",
      "start": 2571,
      "end": 2574,
      "loc": {
        "start": {
          "line": 82,
          "column": 11
        },
        "end": {
          "line": 82,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 82,
          "column": 14
        },
        "end": {
          "line": 82,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2580,
      "end": 2584,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 2586,
      "end": 2595,
      "loc": {
        "start": {
          "line": 83,
          "column": 10
        },
        "end": {
          "line": 83,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2595,
      "end": 2596,
      "loc": {
        "start": {
          "line": 83,
          "column": 19
        },
        "end": {
          "line": 83,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2601,
      "end": 2608,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2608,
      "end": 2609,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2610,
      "end": 2615,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 84,
          "column": 18
        },
        "end": {
          "line": 84,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2620,
      "end": 2621,
      "loc": {
        "start": {
          "line": 85,
          "column": 3
        },
        "end": {
          "line": 85,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 86,
          "column": 0
        },
        "end": {
          "line": 86,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2623,
      "end": 2624,
      "loc": {
        "start": {
          "line": 86,
          "column": 1
        },
        "end": {
          "line": 86,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 2626,
      "end": 2632,
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 88,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2633,
      "end": 2640,
      "loc": {
        "start": {
          "line": 88,
          "column": 7
        },
        "end": {
          "line": 88,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CliOptions",
      "start": 2641,
      "end": 2651,
      "loc": {
        "start": {
          "line": 88,
          "column": 15
        },
        "end": {
          "line": 88,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 88,
          "column": 25
        },
        "end": {
          "line": 88,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @external {yargs.Option} http://yargs.js.org/docs/#methods-optionskey-opt\n ",
      "start": 2654,
      "end": 2738,
      "loc": {
        "start": {
          "line": 90,
          "column": 0
        },
        "end": {
          "line": 92,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2739,
      "end": 2739,
      "loc": {
        "start": {
          "line": 93,
          "column": 0
        },
        "end": {
          "line": 93,
          "column": 0
        }
      }
    }
  ]
}