{
  "_from": "compression-webpack-plugin@^2.0.0",
  "_id": "compression-webpack-plugin@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-bDgd7oTUZC8EkRx8j0sjyCfeiO+e5sFcfgaFcjVhfQf5lLya7oY2BczxcJ7IUuVjz5m6fy8IECFmVFew3xLk8Q==",
  "_location": "/compression-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compression-webpack-plugin@^2.0.0",
    "name": "compression-webpack-plugin",
    "escapedName": "compression-webpack-plugin",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@expo/webpack-config"
  ],
  "_resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-2.0.0.tgz",
  "_shasum": "46476350c1eb27f783dccc79ac2f709baa2cffbc",
  "_spec": "compression-webpack-plugin@^2.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-config",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bin": "",
  "bugs": {
    "url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cacache": "^11.2.0",
    "find-cache-dir": "^2.0.0",
    "neo-async": "^2.5.0",
    "schema-utils": "^1.0.0",
    "serialize-javascript": "^1.4.0",
    "webpack-sources": "^1.0.1"
  },
  "deprecated": false,
  "description": "Prepare compressed versions of assets to serve them with Content-Encoding",
  "devDependencies": {
    "@commitlint/cli": "^7.1.0",
    "@commitlint/config-conventional": "^7.1.1",
    "@gfx/zopfli": "^1.0.8",
    "@webpack-contrib/eslint-config-webpack": "^2.0.4",
    "babel-cli": "^6.26.0",
    "babel-jest": "^23.4.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "conventional-github-releaser": "^3.1.2",
    "cross-env": "^5.2.0",
    "del": "^3.0.0",
    "del-cli": "^1.1.0",
    "eslint": "^5.4.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-prettier": "^2.6.2",
    "file-loader": "^2.0.0",
    "husky": "^0.14.3",
    "jest": "^23.5.0",
    "lint-staged": "^7.2.2",
    "memory-fs": "^0.4.1",
    "pre-commit": "^1.2.2",
    "prettier": "^1.14.2",
    "standard-version": "^4.4.0",
    "webpack": "^4.17.1"
  },
  "engines": {
    "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/webpack-contrib/compression-webpack-plugin",
  "jest": {
    "testEnvironment": "node"
  },
  "keywords": [
    "webpack"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "compression-webpack-plugin",
  "peerDependencies": {
    "webpack": "^4.3.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/compression-webpack-plugin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "ci:coverage": "npm run test:coverage -- --runInBand",
    "ci:lint": "npm run lint && npm run security",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "npm run test -- --runInBand",
    "clean": "del-cli dist",
    "commitlint": "commitlint",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "defaults": "webpack-defaults",
    "lint": "eslint --cache src test",
    "lint-staged": "lint-staged",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "release": "standard-version",
    "release:ci": "conventional-github-releaser -p angular",
    "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
    "security": "npm audit",
    "start": "npm run build -- -w",
    "test": "jest",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:watch": "jest --watch"
  },
  "version": "2.0.0"
}