{
  "_args": [
    [
      {
        "raw": "copy-webpack-plugin@^4.5.1",
        "scope": null,
        "escapedName": "copy-webpack-plugin",
        "name": "copy-webpack-plugin",
        "rawSpec": "^4.5.1",
        "spec": ">=4.5.1 <5.0.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record"
    ]
  ],
  "_from": "copy-webpack-plugin@>=4.5.1 <5.0.0",
  "_id": "copy-webpack-plugin@4.5.1",
  "_inCache": true,
  "_location": "/copy-webpack-plugin",
  "_nodeVersion": "9.7.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/copy-webpack-plugin_4.5.1_1520601801739_0.9696636837191113"
  },
  "_npmUser": {
    "name": "michael-ciniawsky",
    "email": "michael.ciniawsky@gmail.com"
  },
  "_npmVersion": "5.7.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "copy-webpack-plugin@^4.5.1",
    "scope": null,
    "escapedName": "copy-webpack-plugin",
    "name": "copy-webpack-plugin",
    "rawSpec": "^4.5.1",
    "spec": ">=4.5.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.5.1.tgz",
  "_shasum": "fc4f68f4add837cc5e13d111b20715793225d29c",
  "_shrinkwrap": null,
  "_spec": "copy-webpack-plugin@^4.5.1",
  "_where": "C:\\www\\dallashi\\videojs-record",
  "author": {
    "name": "Len Boyette"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
  },
  "dependencies": {
    "cacache": "^10.0.4",
    "find-cache-dir": "^1.0.0",
    "globby": "^7.1.1",
    "is-glob": "^4.0.0",
    "loader-utils": "^1.1.0",
    "minimatch": "^3.0.4",
    "p-limit": "^1.0.0",
    "serialize-javascript": "^1.4.0"
  },
  "description": "Copy files && directories with webpack",
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.4.0",
    "enhanced-resolve": "^3.4.1",
    "eslint": "^2.9.0",
    "is-gzip": "^2.0.0",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0",
    "standard-version": "^4.2.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-OlTo6DYg0XfTKOF8eLf79wcHm4Ut10xU2cRBRPMW/NA5F9VMjZGTfRHWDIYC3s+1kObGYrBLshXWU1K0hILkNQ==",
    "shasum": "fc4f68f4add837cc5e13d111b20715793225d29c",
    "tarball": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.5.1.tgz",
    "fileCount": 11,
    "unpackedSize": 45820
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "dist"
  ],
  "gitHead": "63dc9f9079036ef3711a5ce2966d03ffa04861bc",
  "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "bebraw",
      "email": "bebraw@gmail.com"
    },
    {
      "name": "d3viant0ne",
      "email": "wiens.joshua@gmail.com"
    },
    {
      "name": "kevlened",
      "email": "boyettel@gmail.com"
    },
    {
      "name": "michael-ciniawsky",
      "email": "michael.ciniawsky@gmail.com"
    }
  ],
  "name": "copy-webpack-plugin",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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/",
    "prepare": "npm run build",
    "pretest": "npm run lint && npm run build && npm run build:tests",
    "release": "standard-version",
    "test": "mocha compiled_tests/"
  },
  "version": "4.5.1"
}
