{
  "name": "copy-webpack-plugin",
  "version": "4.3.1",
  "description": "Copy files and directories in webpack",
  "author": "Len Boyette",
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/ tests/",
    "release": "standard-version",
    "pretest": "npm run lint && npm run build && npm run build:tests",
    "test": "mocha compiled_tests/",
    "test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/",
    "build": "babel src/ --out-dir dist/",
    "build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers"
  },
  "dependencies": {
    "globby": "^7.1.1",
    "cacache": "^10.0.1",
    "find-cache-dir": "^1.0.0",
    "serialize-javascript": "^1.4.0",
    "is-glob": "^4.0.0",
    "loader-utils": "^0.2.15",
    "lodash": "^4.3.0",
    "minimatch": "^3.0.4",
    "pify": "^3.0.0",
    "p-limit": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.4.0",
    "eslint": "^2.9.0",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0",
    "standard-version": "^4.2.0",
    "is-gzip": "^2.0.0"
  },
  "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/webpack-contrib/copy-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "_from": "copy-webpack-plugin@4.3.1",
  "_resolved": "http://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-4.3.1.tgz"
}