{
  "_args": [
    [
      "assets-webpack-plugin@7.0.0",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_development": true,
  "_from": "assets-webpack-plugin@7.0.0",
  "_id": "assets-webpack-plugin@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-DMZ9r6HFxynWeONRMhSOFTvTrmit5dovdoUKdJgCG03M6CC7XiwNImPH+Ad1jaVrQ2n59e05lBhte52xPt4MSA==",
  "_location": "/assets-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "assets-webpack-plugin@7.0.0",
    "name": "assets-webpack-plugin",
    "escapedName": "assets-webpack-plugin",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "bugs": {
    "url": "https://github.com/ztoben/assets-webpack-plugin/issues"
  },
  "dependencies": {
    "camelcase": "^6.0.0",
    "escape-string-regexp": "^4.0.0",
    "lodash": "^4.17.20"
  },
  "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": "5.0.1",
    "mini-css-extract-plugin": "1.3.3",
    "mocha": "8.2.1",
    "rimraf": "3.0.2",
    "snazzy": "9.0.0",
    "standard": "16.0.3",
    "style-loader": "2.0.0",
    "webpack": "5.10.0"
  },
  "engines": {
    "node": ">=10.x.x"
  },
  "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",
  "peerDependencies": {
    "webpack": ">=5.0.0"
  },
  "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": "7.0.0"
}
