{
  "_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": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "range",
    "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": [
    "/@expo/webpack-config"
  ],
  "_resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.1.tgz",
  "_shasum": "b16ee2f1386aea403010236e632447c7d3505f5a",
  "_spec": "clean-webpack-plugin@^1.0.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-config",
  "author": {
    "name": "John Agan",
    "email": "johnagan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/johnagan/clean-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "rimraf": "^2.6.1"
  },
  "deprecated": false,
  "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"
}