[
  {
    "type": "identifier",
    "value": "const",
    "index": 0,
    "length": 5,
    "line": 1,
    "lineEnd": 1,
    "column": 1,
    "columnEnd": 5,
    "isKeyword": true,
    "indention": 0,
    "tokenIndex": 0
  },
  {
    "type": "identifier",
    "value": "data",
    "index": 6,
    "length": 4,
    "line": 1,
    "lineEnd": 1,
    "column": 7,
    "columnEnd": 10,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 1
  },
  {
    "type": "operator",
    "value": "=",
    "index": 11,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 12,
    "columnEnd": 12,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 2
  },
  {
    "type": "punctuator",
    "value": "[",
    "index": 13,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 14,
    "columnEnd": 14,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 3
  },
  {
    "type": "numeric",
    "value": "1",
    "index": 14,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 15,
    "columnEnd": 15,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 4
  },
  {
    "type": "punctuator",
    "value": ",",
    "index": 15,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 16,
    "columnEnd": 16,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 5
  },
  {
    "type": "numeric",
    "value": "2",
    "index": 17,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 18,
    "columnEnd": 18,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 6
  },
  {
    "type": "punctuator",
    "value": ",",
    "index": 18,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 19,
    "columnEnd": 19,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 7
  },
  {
    "type": "numeric",
    "value": "3",
    "index": 20,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 21,
    "columnEnd": 21,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 8
  },
  {
    "type": "punctuator",
    "value": "]",
    "index": 21,
    "length": 1,
    "line": 1,
    "lineEnd": 1,
    "column": 22,
    "columnEnd": 22,
    "isKeyword": false,
    "indention": 0,
    "tokenIndex": 9
  }
]