{
  "_args": [
    [
      {
        "raw": "copy-webpack-plugin@^3.0.1",
        "scope": null,
        "escapedName": "copy-webpack-plugin",
        "name": "copy-webpack-plugin",
        "rawSpec": "^3.0.1",
        "spec": ">=3.0.1 <4.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli"
    ]
  ],
  "_from": "copy-webpack-plugin@>=3.0.1 <4.0.0",
  "_id": "copy-webpack-plugin@3.0.1",
  "_inCache": true,
  "_location": "/copy-webpack-plugin",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/copy-webpack-plugin-3.0.1.tgz_1464584481299_0.1540836349595338"
  },
  "_npmUser": {
    "name": "kevlened",
    "email": "boyettel@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {
    "graceful-fs": "4.1.11",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "jsonfile": "2.4.0",
    "klaw": "1.3.1",
    "minimatch": "3.0.3",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "rimraf": "2.5.4"
  },
  "_requested": {
    "raw": "copy-webpack-plugin@^3.0.1",
    "scope": null,
    "escapedName": "copy-webpack-plugin",
    "name": "copy-webpack-plugin",
    "rawSpec": "^3.0.1",
    "spec": ">=3.0.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-3.0.1.tgz",
  "_shasum": "9bb3e9d6c6064de65c5bce44cf236b4d077a2131",
  "_shrinkwrap": null,
  "_spec": "copy-webpack-plugin@^3.0.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/angular-cli",
  "author": {
    "name": "Len Boyette"
  },
  "bugs": {
    "url": "https://github.com/kevlened/copy-webpack-plugin/issues"
  },
  "dependencies": {
    "bluebird": "^2.10.2",
    "fs-extra": "^0.26.4",
    "glob": "^6.0.4",
    "lodash": "^4.3.0",
    "minimatch": "^3.0.0",
    "node-dir": "^0.1.10"
  },
  "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",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9bb3e9d6c6064de65c5bce44cf236b4d077a2131",
    "tarball": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-3.0.1.tgz"
  },
  "gitHead": "3b1a451b54dba6e12a8ac979887b15385f28915c",
  "homepage": "https://github.com/kevlened/copy-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "transfer",
    "move",
    "copy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "kevlened",
      "email": "boyettel@gmail.com"
    }
  ],
  "name": "copy-webpack-plugin",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevlened/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",
    "test": "mocha compiled_tests/"
  },
  "version": "3.0.1"
}
