{
  "type": "Program",
  "start": 0,
  "end": 30,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 2,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ExpressionStatement",
      "start": 0,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 29
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 0,
        "end": 28,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 28
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 0,
          "end": 7,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 8,
            "end": 27,
            "loc": {
              "start": {
                "line": 1,
                "column": 8
              },
              "end": {
                "line": 1,
                "column": 27
              }
            },
            "value": "./_guidebook.scss",
            "rawValue": "./_guidebook.scss",
            "raw": "\"./_guidebook.scss\""
          }
        ]
      }
    }
  ]
}