package.json 3.2 KB
{
  "_args": [
    [
      {
        "raw": "copy-webpack-plugin@^4.0.1",
        "scope": null,
        "escapedName": "copy-webpack-plugin",
        "name": "copy-webpack-plugin",
        "rawSpec": "^4.0.1",
        "spec": ">=4.0.1 <5.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "copy-webpack-plugin@>=4.0.1 <5.0.0",
  "_id": "copy-webpack-plugin@4.0.1",
  "_inCache": true,
  "_location": "/copy-webpack-plugin",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/copy-webpack-plugin-4.0.1.tgz_1479085838474_0.2435299465432763"
  },
  "_npmUser": {
    "name": "kevlened",
    "email": "boyettel@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.3",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "raw": "copy-webpack-plugin@^4.0.1",
    "scope": null,
    "escapedName": "copy-webpack-plugin",
    "name": "copy-webpack-plugin",
    "rawSpec": "^4.0.1",
    "spec": ">=4.0.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.0.1.tgz",
  "_shasum": "9728e383b94316050d0c7463958f2b85c0aa8200",
  "_shrinkwrap": null,
  "_spec": "copy-webpack-plugin@^4.0.1",
  "_where": "/Users/admin/Documents/workspace/programming",
  "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",
    "is-glob": "^3.1.0",
    "loader-utils": "^0.2.15",
    "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": "9728e383b94316050d0c7463958f2b85c0aa8200",
    "tarball": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.0.1.tgz"
  },
  "gitHead": "de4ff3231646548e9b524cde45cc1655cbb3373d",
  "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/",
    "test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/"
  },
  "version": "4.0.1"
}