{
  "type": "Program",
  "start": 0,
  "end": 515,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 15,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 24,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 24
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 11,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "name": "path"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 17,
        "end": 23,
        "loc": {
          "start": {
            "line": 1,
            "column": 17
          },
          "end": {
            "line": 1,
            "column": 23
          }
        },
        "value": "path",
        "rawValue": "path",
        "raw": "'path'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 25,
      "end": 90,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 65
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 34,
          "end": 72,
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 47
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 34,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 23
              }
            },
            "name": "getResolvePath"
          },
          "local": {
            "type": "Identifier",
            "start": 52,
            "end": 72,
            "loc": {
              "start": {
                "line": 2,
                "column": 27
              },
              "end": {
                "line": 2,
                "column": 47
              }
            },
            "name": "getResolvePathRocWeb"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 80,
        "end": 89,
        "loc": {
          "start": {
            "line": 2,
            "column": 55
          },
          "end": {
            "line": 2,
            "column": 64
          }
        },
        "value": "roc-web",
        "rawValue": "roc-web",
        "raw": "'roc-web'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Used on the server to find all dependecies.\n *\n * When creating a extension of this project this needs to be extended.\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
          "start": 92,
          "end": 354,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 3
            }
          },
          "range": [
            92,
            354
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 355,
      "end": 514,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 370,
        "end": 514,
        "loc": {
          "start": {
            "line": 12,
            "column": 15
          },
          "end": {
            "line": 14,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 379,
          "end": 393,
          "loc": {
            "start": {
              "line": 12,
              "column": 24
            },
            "end": {
              "line": 12,
              "column": 38
            }
          },
          "name": "getResolvePath",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "RestElement",
            "start": 394,
            "end": 409,
            "loc": {
              "start": {
                "line": 12,
                "column": 39
              },
              "end": {
                "line": 12,
                "column": 54
              }
            },
            "argument": {
              "type": "Identifier",
              "start": 397,
              "end": 409,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 42
                },
                "end": {
                  "line": 12,
                  "column": 54
                }
              },
              "name": "resolvePaths"
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 411,
          "end": 514,
          "loc": {
            "start": {
              "line": 12,
              "column": 56
            },
            "end": {
              "line": 14,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 417,
              "end": 512,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 99
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 424,
                "end": 511,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 11
                  },
                  "end": {
                    "line": 13,
                    "column": 98
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 424,
                  "end": 444,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 11
                    },
                    "end": {
                      "line": 13,
                      "column": 31
                    }
                  },
                  "name": "getResolvePathRocWeb"
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 445,
                    "end": 493,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 32
                      },
                      "end": {
                        "line": 13,
                        "column": 80
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 445,
                      "end": 454,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 32
                        },
                        "end": {
                          "line": 13,
                          "column": 41
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 445,
                        "end": 449,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 32
                          },
                          "end": {
                            "line": 13,
                            "column": 36
                          }
                        },
                        "name": "path"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 450,
                        "end": 454,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 37
                          },
                          "end": {
                            "line": 13,
                            "column": 41
                          }
                        },
                        "name": "join"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 455,
                        "end": 464,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 42
                          },
                          "end": {
                            "line": 13,
                            "column": 51
                          }
                        },
                        "name": "__dirname"
                      },
                      {
                        "type": "Literal",
                        "start": 466,
                        "end": 470,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 53
                          },
                          "end": {
                            "line": 13,
                            "column": 57
                          }
                        },
                        "value": "..",
                        "rawValue": "..",
                        "raw": "'..'"
                      },
                      {
                        "type": "Literal",
                        "start": 472,
                        "end": 476,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 59
                          },
                          "end": {
                            "line": 13,
                            "column": 63
                          }
                        },
                        "value": "..",
                        "rawValue": "..",
                        "raw": "'..'"
                      },
                      {
                        "type": "Literal",
                        "start": 478,
                        "end": 492,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 65
                          },
                          "end": {
                            "line": 13,
                            "column": 79
                          }
                        },
                        "value": "node_modules",
                        "rawValue": "node_modules",
                        "raw": "'node_modules'"
                      }
                    ]
                  },
                  {
                    "type": "SpreadElement",
                    "start": 495,
                    "end": 510,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 82
                      },
                      "end": {
                        "line": 13,
                        "column": 97
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 498,
                      "end": 510,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 85
                        },
                        "end": {
                          "line": 13,
                          "column": 97
                        }
                      },
                      "name": "resolvePaths"
                    }
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Used on the server to find all dependecies.\n *\n * When creating a extension of this project this needs to be extended.\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
            "start": 92,
            "end": 354,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 3
              }
            },
            "range": [
              92,
              354
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Used on the server to find all dependecies.\n *\n * When creating a extension of this project this needs to be extended.\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
          "start": 92,
          "end": 354,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 3
            }
          },
          "range": [
            92,
            354
          ]
        }
      ]
    }
  ]
}