{
  "type": "Program",
  "start": 0,
  "end": 794,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 27,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 37,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "specifiers": [],
      "source": {
        "type": "Literal",
        "start": 7,
        "end": 36,
        "loc": {
          "start": {
            "line": 1,
            "column": 7
          },
          "end": {
            "line": 1,
            "column": 36
          }
        },
        "value": "source-map-support/register",
        "rawValue": "source-map-support/register",
        "raw": "'source-map-support/register'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 39,
      "end": 63,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 24
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 46,
          "end": 50,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 46,
            "end": 50,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 11
              }
            },
            "name": "path"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 56,
        "end": 62,
        "loc": {
          "start": {
            "line": 3,
            "column": 17
          },
          "end": {
            "line": 3,
            "column": 23
          }
        },
        "value": "path",
        "rawValue": "path",
        "raw": "'path'"
      },
      "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 * @example\n * import path from 'path';\n * import { getResolvePath } from 'roc-web';\n *\n * export default function(...resolvePaths) {\n *     return getResolvePath(path.join(__dirname, '..', 'node_modules'), ...resolvePaths);\n * }\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
          "start": 65,
          "end": 560,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 20,
              "column": 3
            }
          },
          "range": [
            65,
            560
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 561,
      "end": 793,
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 576,
        "end": 793,
        "loc": {
          "start": {
            "line": 21,
            "column": 15
          },
          "end": {
            "line": 26,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 585,
          "end": 599,
          "loc": {
            "start": {
              "line": 21,
              "column": 24
            },
            "end": {
              "line": 21,
              "column": 38
            }
          },
          "name": "getResolvePath",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "RestElement",
            "start": 600,
            "end": 615,
            "loc": {
              "start": {
                "line": 21,
                "column": 39
              },
              "end": {
                "line": 21,
                "column": 54
              }
            },
            "argument": {
              "type": "Identifier",
              "start": 603,
              "end": 615,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 42
                },
                "end": {
                  "line": 21,
                  "column": 54
                }
              },
              "name": "resolvePaths"
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 617,
          "end": 793,
          "loc": {
            "start": {
              "line": 21,
              "column": 56
            },
            "end": {
              "line": 26,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 623,
              "end": 791,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 25,
                  "column": 6
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 630,
                "end": 790,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 11
                  },
                  "end": {
                    "line": 25,
                    "column": 5
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 630,
                  "end": 649,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 11
                    },
                    "end": {
                      "line": 22,
                      "column": 30
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 630,
                    "end": 642,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 11
                      },
                      "end": {
                        "line": 22,
                        "column": 23
                      }
                    },
                    "name": "resolvePaths"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 643,
                    "end": 649,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 24
                      },
                      "end": {
                        "line": 22,
                        "column": 30
                      }
                    },
                    "name": "reduce"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "ArrowFunctionExpression",
                    "start": 659,
                    "end": 726,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 8
                      },
                      "end": {
                        "line": 23,
                        "column": 75
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 660,
                        "end": 673,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 9
                          },
                          "end": {
                            "line": 23,
                            "column": 22
                          }
                        },
                        "name": "previousValue"
                      },
                      {
                        "type": "Identifier",
                        "start": 675,
                        "end": 687,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 24
                          },
                          "end": {
                            "line": 23,
                            "column": 36
                          }
                        },
                        "name": "currentValue"
                      }
                    ],
                    "body": {
                      "type": "TemplateLiteral",
                      "start": 692,
                      "end": 726,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 41
                        },
                        "end": {
                          "line": 23,
                          "column": 75
                        }
                      },
                      "expressions": [
                        {
                          "type": "Identifier",
                          "start": 695,
                          "end": 708,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 44
                            },
                            "end": {
                              "line": 23,
                              "column": 57
                            }
                          },
                          "name": "previousValue"
                        },
                        {
                          "type": "Identifier",
                          "start": 712,
                          "end": 724,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 61
                            },
                            "end": {
                              "line": 23,
                              "column": 73
                            }
                          },
                          "name": "currentValue"
                        }
                      ],
                      "quasis": [
                        {
                          "type": "TemplateElement",
                          "start": 693,
                          "end": 693,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 42
                            },
                            "end": {
                              "line": 23,
                              "column": 42
                            }
                          },
                          "value": {
                            "raw": "",
                            "cooked": ""
                          },
                          "tail": false
                        },
                        {
                          "type": "TemplateElement",
                          "start": 709,
                          "end": 710,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 58
                            },
                            "end": {
                              "line": 23,
                              "column": 59
                            }
                          },
                          "value": {
                            "raw": ":",
                            "cooked": ":"
                          },
                          "tail": false
                        },
                        {
                          "type": "TemplateElement",
                          "start": 725,
                          "end": 725,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 74
                            },
                            "end": {
                              "line": 23,
                              "column": 74
                            }
                          },
                          "value": {
                            "raw": "",
                            "cooked": ""
                          },
                          "tail": true
                        }
                      ]
                    }
                  },
                  {
                    "type": "CallExpression",
                    "start": 736,
                    "end": 784,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 8
                      },
                      "end": {
                        "line": 24,
                        "column": 56
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 736,
                      "end": 745,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 736,
                        "end": 740,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 12
                          }
                        },
                        "name": "path"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 741,
                        "end": 745,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 13
                          },
                          "end": {
                            "line": 24,
                            "column": 17
                          }
                        },
                        "name": "join"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 746,
                        "end": 755,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 18
                          },
                          "end": {
                            "line": 24,
                            "column": 27
                          }
                        },
                        "name": "__dirname"
                      },
                      {
                        "type": "Literal",
                        "start": 757,
                        "end": 761,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 29
                          },
                          "end": {
                            "line": 24,
                            "column": 33
                          }
                        },
                        "value": "..",
                        "rawValue": "..",
                        "raw": "'..'"
                      },
                      {
                        "type": "Literal",
                        "start": 763,
                        "end": 767,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 35
                          },
                          "end": {
                            "line": 24,
                            "column": 39
                          }
                        },
                        "value": "..",
                        "rawValue": "..",
                        "raw": "'..'"
                      },
                      {
                        "type": "Literal",
                        "start": 769,
                        "end": 783,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 41
                          },
                          "end": {
                            "line": 24,
                            "column": 55
                          }
                        },
                        "value": "node_modules",
                        "rawValue": "node_modules",
                        "raw": "'node_modules'"
                      }
                    ]
                  }
                ]
              }
            }
          ]
        },
        "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 * @example\n * import path from 'path';\n * import { getResolvePath } from 'roc-web';\n *\n * export default function(...resolvePaths) {\n *     return getResolvePath(path.join(__dirname, '..', 'node_modules'), ...resolvePaths);\n * }\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
            "start": 65,
            "end": 560,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 20,
                "column": 3
              }
            },
            "range": [
              65,
              560
            ]
          }
        ],
        "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 * @example\n * import path from 'path';\n * import { getResolvePath } from 'roc-web';\n *\n * export default function(...resolvePaths) {\n *     return getResolvePath(path.join(__dirname, '..', 'node_modules'), ...resolvePaths);\n * }\n *\n * @param {...string} resolvePaths - Paths to be resolved.\n * @returns {string} Path that can be used with `Module._initPaths()`.\n ",
          "start": 65,
          "end": 560,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 20,
              "column": 3
            }
          },
          "range": [
            65,
            560
          ]
        }
      ]
    }
  ]
}