{
  "_args": [
    [
      "clean-webpack-plugin@1.0.1",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_development": true,
  "_from": "clean-webpack-plugin@1.0.1",
  "_id": "clean-webpack-plugin@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-gvwfMsqu3HBgTVvaBa1H3AZKO03CHpr5uP92SPIktP3827EovAitwW+1xoqXyTxCuXnLYpMHG5ytS4AoukHDWA==",
  "_location": "/clean-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clean-webpack-plugin@1.0.1",
    "name": "clean-webpack-plugin",
    "escapedName": "clean-webpack-plugin",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "author": {
    "name": "John Agan",
    "email": "johnagan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/johnagan/clean-webpack-plugin/issues"
  },
  "dependencies": {
    "rimraf": "^2.6.1"
  },
  "description": "A webpack plugin to remove your build folder(s) before building",
  "devDependencies": {
    "chai": "^4.1.1",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.0",
    "rewire": "^2.5.2"
  },
  "homepage": "https://github.com/johnagan/clean-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "clean",
    "node"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "clean-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnagan/clean-webpack-plugin.git"
  },
  "scripts": {
    "test": "mocha --recursive ./test/*_spec.js",
    "test-travis": "istanbul cover _mocha -- -R spec ./test/*_spec.js",
    "test:watch": "npm run test -- --watch"
  },
  "version": "1.0.1"
}
