{
  "_from": "copy-webpack-plugin@^4.1.1",
  "_id": "copy-webpack-plugin@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-xlcFiW/U7KrpS6dFuWq3r8Wb7koJx7QVc7LDFCosqkikaVSxkaYOnwDLwilbjrszZ0LYZXThDAJKcQCSrvdShQ==",
  "_location": "/copy-webpack-plugin",
  "_phantomChildren": {
    "big.js": "3.2.0",
    "emojis-list": "2.1.0",
    "json5": "0.5.1",
    "object-assign": "4.1.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "copy-webpack-plugin@^4.1.1",
    "name": "copy-webpack-plugin",
    "escapedName": "copy-webpack-plugin",
    "rawSpec": "^4.1.1",
    "saveSpec": null,
    "fetchSpec": "^4.1.1"
  },
  "_requiredBy": [
    "/@angular/cli"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.3.1.tgz",
  "_shasum": "19ba6370bf6f8e263cbd66185a2b79f2321a9302",
  "_spec": "copy-webpack-plugin@^4.1.1",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\@angular\\cli",
  "author": {
    "name": "Len Boyette"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cacache": "^10.0.1",
    "find-cache-dir": "^1.0.0",
    "globby": "^7.1.1",
    "is-glob": "^4.0.0",
    "loader-utils": "^0.2.15",
    "lodash": "^4.3.0",
    "minimatch": "^3.0.4",
    "p-limit": "^1.0.0",
    "pify": "^3.0.0",
    "serialize-javascript": "^1.4.0"
  },
  "deprecated": false,
  "description": "Copy files and directories in webpack",
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.4.0",
    "eslint": "^2.9.0",
    "is-gzip": "^2.0.0",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0",
    "standard-version": "^4.2.0"
  },
  "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "copy-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
  },
  "scripts": {
    "build": "babel src/ --out-dir dist/",
    "build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers",
    "lint": "eslint src/ tests/",
    "pretest": "npm run lint && npm run build && npm run build:tests",
    "release": "standard-version",
    "test": "mocha compiled_tests/",
    "test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/"
  },
  "version": "4.3.1"
}
