{
  "_from": "assets-webpack-plugin@^3.9.7",
  "_id": "assets-webpack-plugin@3.9.12",
  "_inBundle": false,
  "_integrity": "sha512-iqXT/CtP013CO+IZJG7f4/KmUnde+nn6FSksAhrGRbT1GODsFU3xocP6A5NkTFoey3XOI9n1ZY0QmX/mY74gNA==",
  "_location": "/assets-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "assets-webpack-plugin@^3.9.7",
    "name": "assets-webpack-plugin",
    "escapedName": "assets-webpack-plugin",
    "rawSpec": "^3.9.7",
    "saveSpec": null,
    "fetchSpec": "^3.9.7"
  },
  "_requiredBy": [
    "/@symfony/webpack-encore"
  ],
  "_resolved": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-3.9.12.tgz",
  "_shasum": "9f3c165b37bedfadc9e47d2f7073768c0df883a8",
  "_spec": "assets-webpack-plugin@^3.9.7",
  "_where": "C:\\wamp64\\www\\node_modules\\@symfony\\webpack-encore",
  "author": {
    "name": "Sebastian Porto"
  },
  "bugs": {
    "url": "https://github.com/ztoben/assets-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Zach Toben",
      "url": "https://github.com/ztoben"
    },
    {
      "name": "Jonny Gerig Meyer",
      "url": "https://github.com/jgerigmeyer"
    },
    {
      "name": "Joe Lencioni",
      "url": "https://github.com/lencioni"
    },
    {
      "name": "airwin",
      "url": "https://github.com/airwin"
    },
    {
      "name": "Yuriy Grunin",
      "url": "https://github.com/th0r"
    },
    {
      "name": "Kane",
      "url": "https://github.com/kane-c"
    },
    {
      "name": "Sebastian Porto",
      "url": "https://github.com/sporto"
    },
    {
      "url": "https://github.com/apps/greenkeeper"
    },
    {
      "name": "Rostislav",
      "url": "https://github.com/galkinrost"
    },
    {
      "name": "Danny Guo",
      "url": "https://github.com/dguo"
    },
    {
      "name": "Matt Krick",
      "url": "https://github.com/mattkrick"
    },
    {
      "name": "Dmitriy Kubyshkin",
      "url": "https://github.com/grassator"
    },
    {
      "name": "Túlio Ornelas",
      "url": "https://github.com/tulios"
    },
    {
      "name": "Dido Arellano",
      "url": "https://github.com/didoarellano"
    },
    {
      "url": "https://github.com/dimchez"
    },
    {
      "name": "Islam Sharabash",
      "url": "https://github.com/ibash"
    },
    {
      "name": "Alex Afonin",
      "url": "https://github.com/Tuch"
    },
    {
      "name": "Hugo Monteiro",
      "url": "https://github.com/monteiro"
    },
    {
      "name": "Ernesto Rocha",
      "url": "https://github.com/ernestorocha"
    },
    {
      "name": "Germán Méndez Bravo",
      "url": "https://github.com/Kronuz"
    },
    {
      "name": "Wout Mertens",
      "url": "https://github.com/wmertens"
    },
    {
      "url": "https://github.com/ju1ius"
    },
    {
      "name": "Sasha Koss",
      "url": "https://github.com/kossnocorp"
    }
  ],
  "dependencies": {
    "camelcase": "5.3.1",
    "escape-string-regexp": "2.0.0",
    "lodash": "4.17.15",
    "mkdirp": "0.5.3"
  },
  "deprecated": false,
  "description": "Emits a json file with assets paths",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-preset-env": "1.7.0",
    "chai": "4.2.0",
    "css-loader": "3.1.0",
    "mini-css-extract-plugin": "0.8.0",
    "mocha": "6.2.0",
    "rimraf": "2.6.3",
    "snazzy": "8.0.0",
    "standard": "13.1.0",
    "style-loader": "0.23.1",
    "webpack": "4.36.1"
  },
  "files": [
    "index.js",
    "dist/"
  ],
  "homepage": "https://github.com/ztoben/assets-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "generate",
    "assets",
    "hashes"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "assets-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ztoben/assets-webpack-plugin.git"
  },
  "scripts": {
    "build": "babel index.js --out-dir dist && babel lib --out-dir dist/lib",
    "fix-lint": "standard --fix",
    "lint": "standard --verbose | snazzy",
    "prepublish": "npm run build",
    "test": "mocha test"
  },
  "version": "3.9.12"
}
