{
  "type": "Program",
  "start": 0,
  "end": 1845,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 59,
      "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": 59,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 20
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 46,
          "end": 48,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 9
            }
          },
          "local": {
            "type": "Identifier",
            "start": 46,
            "end": 48,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 9
              }
            },
            "name": "fs"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 54,
        "end": 58,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 3,
            "column": 19
          }
        },
        "value": "fs",
        "rawValue": "fs",
        "raw": "'fs'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 60,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 24
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 67,
          "end": 71,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 67,
            "end": 71,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 11
              }
            },
            "name": "path"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 77,
        "end": 83,
        "loc": {
          "start": {
            "line": 4,
            "column": 17
          },
          "end": {
            "line": 4,
            "column": 23
          }
        },
        "value": "path",
        "rawValue": "path",
        "raw": "'path'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A Webpack plugin that writes stats after a completed build.\n *\n * Will create two files:\n *  * `webpack-stats.json` - Containes what files that was created for CSS and JS.\n *  * `webpack-analysis.json` - Containes all stats from the Webpack build. Analyse with webpack.github.io/analyse\n * @param {!object} stats - Webpack stats object.\n * @private\n ",
          "start": 86,
          "end": 445,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 3
            }
          },
          "range": [
            86,
            445
          ]
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 446,
      "end": 924,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 453,
        "end": 924,
        "loc": {
          "start": {
            "line": 15,
            "column": 7
          },
          "end": {
            "line": 26,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 462,
          "end": 472,
          "loc": {
            "start": {
              "line": 15,
              "column": 16
            },
            "end": {
              "line": 15,
              "column": 26
            }
          },
          "name": "writeStats",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 473,
            "end": 478,
            "loc": {
              "start": {
                "line": 15,
                "column": 27
              },
              "end": {
                "line": 15,
                "column": 32
              }
            },
            "name": "stats"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 480,
          "end": 924,
          "loc": {
            "start": {
              "line": 15,
              "column": 34
            },
            "end": {
              "line": 26,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 486,
              "end": 536,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 16,
                  "column": 54
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 492,
                  "end": 535,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 10
                    },
                    "end": {
                      "line": 16,
                      "column": 53
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 492,
                    "end": 502,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 10
                      },
                      "end": {
                        "line": 16,
                        "column": 20
                      }
                    },
                    "name": "publicPath"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 505,
                    "end": 535,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 23
                      },
                      "end": {
                        "line": 16,
                        "column": 53
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 505,
                      "end": 524,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 23
                        },
                        "end": {
                          "line": 16,
                          "column": 42
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 505,
                        "end": 517,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 23
                          },
                          "end": {
                            "line": 16,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 505,
                          "end": 509,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 23
                            },
                            "end": {
                              "line": 16,
                              "column": 27
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 510,
                          "end": 517,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 28
                            },
                            "end": {
                              "line": 16,
                              "column": 35
                            }
                          },
                          "name": "options"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 518,
                        "end": 524,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 36
                          },
                          "end": {
                            "line": 16,
                            "column": 42
                          }
                        },
                        "name": "output"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 525,
                      "end": 535,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 43
                        },
                        "end": {
                          "line": 16,
                          "column": 53
                        }
                      },
                      "name": "publicPath"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 541,
              "end": 621,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 17,
                  "column": 84
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 547,
                  "end": 620,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 10
                    },
                    "end": {
                      "line": 17,
                      "column": 83
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 547,
                    "end": 560,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 10
                      },
                      "end": {
                        "line": 17,
                        "column": 23
                      }
                    },
                    "name": "statsFilepath"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 563,
                    "end": 620,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 26
                      },
                      "end": {
                        "line": 17,
                        "column": 83
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 563,
                      "end": 572,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 26
                        },
                        "end": {
                          "line": 17,
                          "column": 35
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 563,
                        "end": 567,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 26
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          }
                        },
                        "name": "path"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 568,
                        "end": 572,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 31
                          },
                          "end": {
                            "line": 17,
                            "column": 35
                          }
                        },
                        "name": "join"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 573,
                        "end": 597,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 36
                          },
                          "end": {
                            "line": 17,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 573,
                          "end": 592,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 36
                            },
                            "end": {
                              "line": 17,
                              "column": 55
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 573,
                            "end": 585,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 36
                              },
                              "end": {
                                "line": 17,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 573,
                              "end": 577,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 36
                                },
                                "end": {
                                  "line": 17,
                                  "column": 40
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 578,
                              "end": 585,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 41
                                },
                                "end": {
                                  "line": 17,
                                  "column": 48
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 586,
                            "end": 592,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 49
                              },
                              "end": {
                                "line": 17,
                                "column": 55
                              }
                            },
                            "name": "output"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 593,
                          "end": 597,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 56
                            },
                            "end": {
                              "line": 17,
                              "column": 60
                            }
                          },
                          "name": "path"
                        },
                        "computed": false
                      },
                      {
                        "type": "Literal",
                        "start": 599,
                        "end": 619,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 62
                          },
                          "end": {
                            "line": 17,
                            "column": 82
                          }
                        },
                        "value": "webpack-stats.json",
                        "rawValue": "webpack-stats.json",
                        "raw": "'webpack-stats.json'"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 626,
              "end": 712,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 90
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 632,
                  "end": 711,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 10
                    },
                    "end": {
                      "line": 18,
                      "column": 89
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 632,
                    "end": 648,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 10
                      },
                      "end": {
                        "line": 18,
                        "column": 26
                      }
                    },
                    "name": "analysisFilepath"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 651,
                    "end": 711,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 29
                      },
                      "end": {
                        "line": 18,
                        "column": 89
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 651,
                      "end": 660,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 29
                        },
                        "end": {
                          "line": 18,
                          "column": 38
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 651,
                        "end": 655,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 29
                          },
                          "end": {
                            "line": 18,
                            "column": 33
                          }
                        },
                        "name": "path"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 656,
                        "end": 660,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 34
                          },
                          "end": {
                            "line": 18,
                            "column": 38
                          }
                        },
                        "name": "join"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 661,
                        "end": 685,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 39
                          },
                          "end": {
                            "line": 18,
                            "column": 63
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 661,
                          "end": 680,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 39
                            },
                            "end": {
                              "line": 18,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 661,
                            "end": 673,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 39
                              },
                              "end": {
                                "line": 18,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 661,
                              "end": 665,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 39
                                },
                                "end": {
                                  "line": 18,
                                  "column": 43
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 666,
                              "end": 673,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 44
                                },
                                "end": {
                                  "line": 18,
                                  "column": 51
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 674,
                            "end": 680,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 52
                              },
                              "end": {
                                "line": 18,
                                "column": 58
                              }
                            },
                            "name": "output"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 681,
                          "end": 685,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 59
                            },
                            "end": {
                              "line": 18,
                              "column": 63
                            }
                          },
                          "name": "path"
                        },
                        "computed": false
                      },
                      {
                        "type": "Literal",
                        "start": 687,
                        "end": 710,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 65
                          },
                          "end": {
                            "line": 18,
                            "column": 88
                          }
                        },
                        "value": "webpack-analysis.json",
                        "rawValue": "webpack-analysis.json",
                        "raw": "'webpack-analysis.json'"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 718,
              "end": 746,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 20,
                  "column": 32
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 724,
                  "end": 745,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 10
                    },
                    "end": {
                      "line": 20,
                      "column": 31
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 724,
                    "end": 728,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 10
                      },
                      "end": {
                        "line": 20,
                        "column": 14
                      }
                    },
                    "name": "json"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 731,
                    "end": 745,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 17
                      },
                      "end": {
                        "line": 20,
                        "column": 31
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 731,
                      "end": 743,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 17
                        },
                        "end": {
                          "line": 20,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 731,
                        "end": 736,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 17
                          },
                          "end": {
                            "line": 20,
                            "column": 22
                          }
                        },
                        "name": "stats"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 737,
                        "end": 743,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 23
                          },
                          "end": {
                            "line": 20,
                            "column": 29
                          }
                        },
                        "name": "toJson"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 752,
              "end": 797,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 22,
                  "column": 49
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 758,
                  "end": 796,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 10
                    },
                    "end": {
                      "line": 22,
                      "column": 48
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 758,
                    "end": 765,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 10
                      },
                      "end": {
                        "line": 22,
                        "column": 17
                      }
                    },
                    "name": "content"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 768,
                    "end": 796,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 20
                      },
                      "end": {
                        "line": 22,
                        "column": 48
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 768,
                      "end": 778,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 20
                        },
                        "end": {
                          "line": 22,
                          "column": 30
                        }
                      },
                      "name": "parseStats"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 779,
                        "end": 783,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 31
                          },
                          "end": {
                            "line": 22,
                            "column": 35
                          }
                        },
                        "name": "json"
                      },
                      {
                        "type": "Identifier",
                        "start": 785,
                        "end": 795,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 37
                          },
                          "end": {
                            "line": 22,
                            "column": 47
                          }
                        },
                        "name": "publicPath"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ExpressionStatement",
              "start": 803,
              "end": 860,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 4
                },
                "end": {
                  "line": 24,
                  "column": 61
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 803,
                "end": 859,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 4
                  },
                  "end": {
                    "line": 24,
                    "column": 60
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 803,
                  "end": 819,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 4
                    },
                    "end": {
                      "line": 24,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 803,
                    "end": 805,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 6
                      }
                    },
                    "name": "fs"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 806,
                    "end": 819,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 7
                      },
                      "end": {
                        "line": 24,
                        "column": 20
                      }
                    },
                    "name": "writeFileSync"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 820,
                    "end": 833,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 21
                      },
                      "end": {
                        "line": 24,
                        "column": 34
                      }
                    },
                    "name": "statsFilepath"
                  },
                  {
                    "type": "CallExpression",
                    "start": 835,
                    "end": 858,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 36
                      },
                      "end": {
                        "line": 24,
                        "column": 59
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 835,
                      "end": 849,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 36
                        },
                        "end": {
                          "line": 24,
                          "column": 50
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 835,
                        "end": 839,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 36
                          },
                          "end": {
                            "line": 24,
                            "column": 40
                          }
                        },
                        "name": "JSON"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 840,
                        "end": 849,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 41
                          },
                          "end": {
                            "line": 24,
                            "column": 50
                          }
                        },
                        "name": "stringify"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 850,
                        "end": 857,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 51
                          },
                          "end": {
                            "line": 24,
                            "column": 58
                          }
                        },
                        "name": "content"
                      }
                    ]
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 865,
              "end": 922,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 25,
                  "column": 61
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 865,
                "end": 921,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 60
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 865,
                  "end": 881,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 25,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 865,
                    "end": 867,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 25,
                        "column": 6
                      }
                    },
                    "name": "fs"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 868,
                    "end": 881,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 7
                      },
                      "end": {
                        "line": 25,
                        "column": 20
                      }
                    },
                    "name": "writeFileSync"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 882,
                    "end": 898,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 21
                      },
                      "end": {
                        "line": 25,
                        "column": 37
                      }
                    },
                    "name": "analysisFilepath"
                  },
                  {
                    "type": "CallExpression",
                    "start": 900,
                    "end": 920,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 39
                      },
                      "end": {
                        "line": 25,
                        "column": 59
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 900,
                      "end": 914,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 39
                        },
                        "end": {
                          "line": 25,
                          "column": 53
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 900,
                        "end": 904,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 39
                          },
                          "end": {
                            "line": 25,
                            "column": 43
                          }
                        },
                        "name": "JSON"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 905,
                        "end": 914,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 44
                          },
                          "end": {
                            "line": 25,
                            "column": 53
                          }
                        },
                        "name": "stringify"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 915,
                        "end": 919,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 54
                          },
                          "end": {
                            "line": 25,
                            "column": 58
                          }
                        },
                        "name": "json"
                      }
                    ]
                  }
                ]
              }
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A Webpack plugin that writes stats after a completed build.\n *\n * Will create two files:\n *  * `webpack-stats.json` - Containes what files that was created for CSS and JS.\n *  * `webpack-analysis.json` - Containes all stats from the Webpack build. Analyse with webpack.github.io/analyse\n * @param {!object} stats - Webpack stats object.\n * @private\n ",
            "start": 86,
            "end": 445,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 14,
                "column": 3
              }
            },
            "range": [
              86,
              445
            ]
          }
        ],
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * A parser for stats that find all JS and CSS files\n *\n * @param {!object} stats - Webpack stats object as JSON.\n * @param {string} publicPath - A path that the files should be prefixed with\n * @returns {object} A object with keys for 'script' and 'css'\n * @private\n ",
            "start": 926,
            "end": 1200,
            "loc": {
              "start": {
                "line": 28,
                "column": 0
              },
              "end": {
                "line": 35,
                "column": 3
              }
            },
            "range": [
              926,
              1200
            ]
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A Webpack plugin that writes stats after a completed build.\n *\n * Will create two files:\n *  * `webpack-stats.json` - Containes what files that was created for CSS and JS.\n *  * `webpack-analysis.json` - Containes all stats from the Webpack build. Analyse with webpack.github.io/analyse\n * @param {!object} stats - Webpack stats object.\n * @private\n ",
          "start": 86,
          "end": 445,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 3
            }
          },
          "range": [
            86,
            445
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A parser for stats that find all JS and CSS files\n *\n * @param {!object} stats - Webpack stats object as JSON.\n * @param {string} publicPath - A path that the files should be prefixed with\n * @returns {object} A object with keys for 'script' and 'css'\n * @private\n ",
          "start": 926,
          "end": 1200,
          "loc": {
            "start": {
              "line": 28,
              "column": 0
            },
            "end": {
              "line": 35,
              "column": 3
            }
          },
          "range": [
            926,
            1200
          ]
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "start": 1201,
      "end": 1844,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 1208,
        "end": 1844,
        "loc": {
          "start": {
            "line": 36,
            "column": 7
          },
          "end": {
            "line": 58,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1217,
          "end": 1227,
          "loc": {
            "start": {
              "line": 36,
              "column": 16
            },
            "end": {
              "line": 36,
              "column": 26
            }
          },
          "name": "parseStats",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 1228,
            "end": 1233,
            "loc": {
              "start": {
                "line": 36,
                "column": 27
              },
              "end": {
                "line": 36,
                "column": 32
              }
            },
            "name": "stats"
          },
          {
            "type": "AssignmentPattern",
            "start": 1235,
            "end": 1250,
            "loc": {
              "start": {
                "line": 36,
                "column": 34
              },
              "end": {
                "line": 36,
                "column": 49
              }
            },
            "operator": "=",
            "left": {
              "type": "Identifier",
              "start": 1235,
              "end": 1245,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 34
                },
                "end": {
                  "line": 36,
                  "column": 44
                }
              },
              "name": "publicPath"
            },
            "right": {
              "type": "Literal",
              "start": 1248,
              "end": 1250,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 47
                },
                "end": {
                  "line": 36,
                  "column": 49
                }
              },
              "value": "",
              "rawValue": "",
              "raw": "''"
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1252,
          "end": 1844,
          "loc": {
            "start": {
              "line": 36,
              "column": 51
            },
            "end": {
              "line": 58,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 1299,
              "end": 1708,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 49,
                  "column": 6
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1305,
                  "end": 1707,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 10
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1305,
                    "end": 1314,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 10
                      },
                      "end": {
                        "line": 38,
                        "column": 19
                      }
                    },
                    "name": "getChunks",
                    "leadingComments": null
                  },
                  "init": {
                    "type": "ArrowFunctionExpression",
                    "start": 1317,
                    "end": 1707,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 22
                      },
                      "end": {
                        "line": 49,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1318,
                        "end": 1322,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 23
                          },
                          "end": {
                            "line": 38,
                            "column": 27
                          }
                        },
                        "name": "name"
                      },
                      {
                        "type": "AssignmentPattern",
                        "start": 1324,
                        "end": 1334,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 29
                          },
                          "end": {
                            "line": 38,
                            "column": 39
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1324,
                          "end": 1327,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 29
                            },
                            "end": {
                              "line": 38,
                              "column": 32
                            }
                          },
                          "name": "ext"
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1330,
                          "end": 1334,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 35
                            },
                            "end": {
                              "line": 38,
                              "column": 39
                            }
                          },
                          "value": "js",
                          "rawValue": "js",
                          "raw": "'js'"
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1339,
                      "end": 1707,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 44
                        },
                        "end": {
                          "line": 49,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1349,
                          "end": 1391,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 50
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1353,
                              "end": 1390,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 39,
                                  "column": 49
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1353,
                                "end": 1358,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 17
                                  }
                                },
                                "name": "chunk"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 1361,
                                "end": 1390,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1361,
                                  "end": 1384,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1361,
                                    "end": 1366,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 25
                                      }
                                    },
                                    "name": "stats"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1367,
                                    "end": 1384,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 43
                                      }
                                    },
                                    "name": "assetsByChunkName"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1385,
                                  "end": 1389,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 48
                                    }
                                  },
                                  "name": "name"
                                },
                                "computed": true
                              }
                            }
                          ],
                          "kind": "let",
                          "trailingComments": [
                            {
                              "type": "CommentLine",
                              "value": " a chunk could be a string or an array, so make sure it is an array",
                              "start": 1401,
                              "end": 1470,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 77
                                }
                              },
                              "range": [
                                1401,
                                1470
                              ]
                            }
                          ]
                        },
                        {
                          "type": "IfStatement",
                          "start": 1479,
                          "end": 1548,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 1483,
                            "end": 1506,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 12
                              },
                              "end": {
                                "line": 42,
                                "column": 35
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 1485,
                              "end": 1505,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 14
                                },
                                "end": {
                                  "line": 42,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1485,
                                "end": 1498,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1485,
                                  "end": 1490,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 19
                                    }
                                  },
                                  "name": "Array",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1491,
                                  "end": 1498,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 27
                                    }
                                  },
                                  "name": "isArray"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1499,
                                  "end": 1504,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 33
                                    }
                                  },
                                  "name": "chunk"
                                }
                              ],
                              "leadingComments": null,
                              "parenthesizedExpression": true
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1508,
                            "end": 1548,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 37
                              },
                              "end": {
                                "line": 44,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1522,
                                "end": 1538,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 28
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1522,
                                  "end": 1537,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 27
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1522,
                                    "end": 1527,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 17
                                      }
                                    },
                                    "name": "chunk"
                                  },
                                  "right": {
                                    "type": "ArrayExpression",
                                    "start": 1530,
                                    "end": 1537,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 27
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 1531,
                                        "end": 1536,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 26
                                          }
                                        },
                                        "name": "chunk"
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          },
                          "alternate": null,
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " a chunk could be a string or an array, so make sure it is an array",
                              "start": 1401,
                              "end": 1470,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 77
                                }
                              },
                              "range": [
                                1401,
                                1470
                              ]
                            }
                          ]
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1558,
                          "end": 1701,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 56
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 1565,
                            "end": 1700,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 15
                              },
                              "end": {
                                "line": 48,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1565,
                              "end": 1661,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 15
                                },
                                "end": {
                                  "line": 48,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1565,
                                "end": 1644,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 73
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1565,
                                  "end": 1590,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 19
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1565,
                                    "end": 1570,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 20
                                      }
                                    },
                                    "name": "chunk"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1584,
                                    "end": 1590,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 19
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 1591,
                                    "end": 1643,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 72
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 1592,
                                        "end": 1601,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 30
                                          }
                                        },
                                        "name": "chunkName"
                                      }
                                    ],
                                    "body": {
                                      "type": "BinaryExpression",
                                      "start": 1606,
                                      "end": 1643,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 72
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 1606,
                                        "end": 1629,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 58
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1606,
                                          "end": 1618,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1606,
                                            "end": 1610,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 39
                                              }
                                            },
                                            "name": "path"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1611,
                                            "end": 1618,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 47
                                              }
                                            },
                                            "name": "extname"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1619,
                                            "end": 1628,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 57
                                              }
                                            },
                                            "name": "chunkName"
                                          }
                                        ]
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "TemplateLiteral",
                                        "start": 1634,
                                        "end": 1643,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 72
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "Identifier",
                                            "start": 1638,
                                            "end": 1641,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 70
                                              }
                                            },
                                            "name": "ext"
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 1635,
                                            "end": 1636,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 65
                                              }
                                            },
                                            "value": {
                                              "raw": ".",
                                              "cooked": "."
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 1642,
                                            "end": 1642,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 71
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1658,
                                "end": 1661,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 16
                                  }
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1662,
                                "end": 1699,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 54
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1663,
                                    "end": 1672,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 27
                                      }
                                    },
                                    "name": "chunkName"
                                  }
                                ],
                                "body": {
                                  "type": "BinaryExpression",
                                  "start": 1677,
                                  "end": 1699,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 54
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1677,
                                    "end": 1687,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 42
                                      }
                                    },
                                    "name": "publicPath"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1690,
                                    "end": 1699,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 54
                                      }
                                    },
                                    "name": "chunkName"
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  },
                  "leadingComments": null
                }
              ],
              "kind": "const",
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " get chunks by name and extensions",
                  "start": 1258,
                  "end": 1294,
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 4
                    },
                    "end": {
                      "line": 37,
                      "column": 40
                    }
                  },
                  "range": [
                    1258,
                    1294
                  ]
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 1714,
              "end": 1752,
              "loc": {
                "start": {
                  "line": 51,
                  "column": 4
                },
                "end": {
                  "line": 51,
                  "column": 42
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1720,
                  "end": 1751,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 10
                    },
                    "end": {
                      "line": 51,
                      "column": 41
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1720,
                    "end": 1726,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 10
                      },
                      "end": {
                        "line": 51,
                        "column": 16
                      }
                    },
                    "name": "script"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 1729,
                    "end": 1751,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 19
                      },
                      "end": {
                        "line": 51,
                        "column": 41
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1729,
                      "end": 1738,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 19
                        },
                        "end": {
                          "line": 51,
                          "column": 28
                        }
                      },
                      "name": "getChunks"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 1739,
                        "end": 1744,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 29
                          },
                          "end": {
                            "line": 51,
                            "column": 34
                          }
                        },
                        "value": "app",
                        "rawValue": "app",
                        "raw": "'app'"
                      },
                      {
                        "type": "Literal",
                        "start": 1746,
                        "end": 1750,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 36
                          },
                          "end": {
                            "line": 51,
                            "column": 40
                          }
                        },
                        "value": "js",
                        "rawValue": "js",
                        "raw": "'js'"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 1757,
              "end": 1793,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 4
                },
                "end": {
                  "line": 52,
                  "column": 40
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1763,
                  "end": 1792,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 10
                    },
                    "end": {
                      "line": 52,
                      "column": 39
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1763,
                    "end": 1766,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 10
                      },
                      "end": {
                        "line": 52,
                        "column": 13
                      }
                    },
                    "name": "css"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 1769,
                    "end": 1792,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 16
                      },
                      "end": {
                        "line": 52,
                        "column": 39
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1769,
                      "end": 1778,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 16
                        },
                        "end": {
                          "line": 52,
                          "column": 25
                        }
                      },
                      "name": "getChunks"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 1779,
                        "end": 1784,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 26
                          },
                          "end": {
                            "line": 52,
                            "column": 31
                          }
                        },
                        "value": "app",
                        "rawValue": "app",
                        "raw": "'app'"
                      },
                      {
                        "type": "Literal",
                        "start": 1786,
                        "end": 1791,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 33
                          },
                          "end": {
                            "line": 52,
                            "column": 38
                          }
                        },
                        "value": "css",
                        "rawValue": "css",
                        "raw": "'css'"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 1799,
              "end": 1842,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 4
                },
                "end": {
                  "line": 57,
                  "column": 6
                }
              },
              "argument": {
                "type": "ObjectExpression",
                "start": 1806,
                "end": 1841,
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 11
                  },
                  "end": {
                    "line": 57,
                    "column": 5
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 1816,
                    "end": 1822,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 8
                      },
                      "end": {
                        "line": 55,
                        "column": 14
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1816,
                      "end": 1822,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 14
                        }
                      },
                      "name": "script"
                    },
                    "kind": "init",
                    "value": {
                      "type": "Identifier",
                      "start": 1816,
                      "end": 1822,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 14
                        }
                      },
                      "name": "script"
                    }
                  },
                  {
                    "type": "Property",
                    "start": 1832,
                    "end": 1835,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 8
                      },
                      "end": {
                        "line": 56,
                        "column": 11
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1832,
                      "end": 1835,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 11
                        }
                      },
                      "name": "css"
                    },
                    "kind": "init",
                    "value": {
                      "type": "Identifier",
                      "start": 1832,
                      "end": 1835,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 11
                        }
                      },
                      "name": "css"
                    }
                  }
                ]
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A parser for stats that find all JS and CSS files\n *\n * @param {!object} stats - Webpack stats object as JSON.\n * @param {string} publicPath - A path that the files should be prefixed with\n * @returns {object} A object with keys for 'script' and 'css'\n * @private\n ",
            "start": 926,
            "end": 1200,
            "loc": {
              "start": {
                "line": 28,
                "column": 0
              },
              "end": {
                "line": 35,
                "column": 3
              }
            },
            "range": [
              926,
              1200
            ]
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A parser for stats that find all JS and CSS files\n *\n * @param {!object} stats - Webpack stats object as JSON.\n * @param {string} publicPath - A path that the files should be prefixed with\n * @returns {object} A object with keys for 'script' and 'css'\n * @private\n ",
          "start": 926,
          "end": 1200,
          "loc": {
            "start": {
              "line": 28,
              "column": 0
            },
            "end": {
              "line": 35,
              "column": 3
            }
          },
          "range": [
            926,
            1200
          ]
        }
      ]
    }
  ]
}