{
  "_from": "uglifyjs-webpack-plugin@^1.0.0",
  "_id": "uglifyjs-webpack-plugin@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-fRrOJ5tv6YCsJIhP9mPRnfgyo4DVNSIfNOa7Gs9aT1NNpeJc85W7GcbVxQgc+9rU3No6tnkbMqZ4xsgRBU+HGQ==",
  "_location": "/uglifyjs-webpack-plugin",
  "_phantomChildren": {
    "commander": "2.12.2",
    "source-map": "0.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uglifyjs-webpack-plugin@^1.0.0",
    "name": "uglifyjs-webpack-plugin",
    "escapedName": "uglifyjs-webpack-plugin",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.1.4.tgz",
  "_shasum": "e43ad6e736c315024eb99481a7cc9362d6a066be",
  "_spec": "uglifyjs-webpack-plugin@^1.0.0",
  "_where": "/Users/fabioneves/Projectos/Brhands_project/node_modules/laravel-mix",
  "author": {
    "name": "webpack Contrib Team"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cacache": "^10.0.0",
    "find-cache-dir": "^1.0.0",
    "schema-utils": "^0.3.0",
    "serialize-javascript": "^1.4.0",
    "source-map": "^0.6.1",
    "uglify-es": "^3.2.1",
    "webpack-sources": "^1.0.1",
    "worker-farm": "^1.4.1"
  },
  "deprecated": false,
  "description": "UglifyJS plugin for webpack",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "cross-env": "^5.1.0",
    "del-cli": "^1.1.0",
    "eslint": "^4.9.0",
    "eslint-config-webpack": "^1.2.5",
    "eslint-plugin-import": "^2.8.0",
    "jest": "^21.2.1",
    "lint-staged": "^4.3.0",
    "memory-fs": "^0.4.1",
    "nsp": "^2.8.1",
    "pre-commit": "^1.2.2",
    "standard-version": "^4.2.0",
    "webpack": "^3.8.1",
    "webpack-defaults": "^1.6.0"
  },
  "engines": {
    "node": ">= 4.8 < 5.0.0 || >= 5.10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
  "keywords": [
    "webpack",
    "uglifyjs",
    "plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "uglifyjs-webpack-plugin",
  "peerDependencies": {
    "webpack": "^2.0.0 || ^3.0.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git"
  },
  "scripts": {
    "appveyor:test": "npm run test",
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
    "clean": "del-cli dist",
    "lint": "eslint --cache src test",
    "lint-staged": "lint-staged",
    "prebuild": "npm run clean",
    "prepublish": "npm run build",
    "release": "standard-version",
    "security": "nsp check",
    "start": "npm run build -- -w",
    "test": "jest",
    "test:all": "npm run test:coverage && npm run test:lint",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
    "test:watch": "jest --watch",
    "travis:coverage": "npm run test:coverage -- --runInBand",
    "travis:lint": "npm run lint && npm run security",
    "travis:test": "npm run test -- --runInBand",
    "webpack-defaults": "webpack-defaults"
  },
  "version": "1.1.4"
}
