{
  "_from": "copy-webpack-plugin@5.0.3",
  "_id": "copy-webpack-plugin@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-PlZRs9CUMnAVylZq+vg2Juew662jWtwOXOqH4lbQD9ZFhRG9R7tVStOgHt21CBGVq7k5yIJaz8TXDLSjV+Lj8Q==",
  "_location": "/copy-webpack-plugin",
  "_phantomChildren": {
    "is-extglob": "2.1.1",
    "path-dirname": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "copy-webpack-plugin@5.0.3",
    "name": "copy-webpack-plugin",
    "escapedName": "copy-webpack-plugin",
    "rawSpec": "5.0.3",
    "saveSpec": null,
    "fetchSpec": "5.0.3"
  },
  "_requiredBy": [
    "/af-webpack"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.0.3.tgz",
  "_shasum": "2179e3c8fd69f13afe74da338896f1f01a875b5c",
  "_spec": "copy-webpack-plugin@5.0.3",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/af-webpack",
  "author": {
    "name": "Len Boyette"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "6.9.0"
          }
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "cacache": "^11.3.2",
    "find-cache-dir": "^2.1.0",
    "glob-parent": "^3.1.0",
    "globby": "^7.1.1",
    "is-glob": "^4.0.1",
    "loader-utils": "^1.2.3",
    "minimatch": "^3.0.4",
    "normalize-path": "^3.0.0",
    "p-limit": "^2.2.0",
    "schema-utils": "^1.0.0",
    "serialize-javascript": "^1.7.0",
    "webpack-log": "^2.0.0"
  },
  "deprecated": false,
  "description": "Copy files && directories with webpack",
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "@webpack-contrib/defaults": "^3.1.2",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-jest": "^24.7.1",
    "cross-env": "^5.2.0",
    "del": "^4.1.0",
    "del-cli": "^1.1.0",
    "enhanced-resolve": "^4.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-prettier": "^3.0.1",
    "husky": "^1.3.1",
    "is-gzip": "^2.0.0",
    "jest": "^24.7.1",
    "lint-staged": "^8.1.5",
    "memory-fs": "^0.4.1",
    "mkdirp": "^0.5.1",
    "prettier": "^1.17.0",
    "standard-version": "^5.0.2",
    "webpack": "^4.30.0"
  },
  "engines": {
    "node": ">= 6.9.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "copy-webpack-plugin",
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5",
    "arrowParens": "always"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "ci:coverage": "npm run test:coverage -- --runInBand",
    "ci:lint": "npm run lint && npm run security",
    "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
    "ci:test": "npm run test:only -- --runInBand",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "defaults": "webpack-defaults",
    "lint": "eslint --cache src test",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit",
    "start": "npm run build -- -w",
    "test": "npm run test:only",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:only": "jest",
    "test:watch": "jest --watch"
  },
  "version": "5.0.3"
}
