{
  "_from": "babel-minify-webpack-plugin@^0.3.1",
  "_id": "babel-minify-webpack-plugin@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-Johg6Ju0Gxevk2R55eutMqnyXwlyUzCtwunBpiyNzoxGnKum+x5nfNuYZYHGd5Bmc1gmhjwzb7GkxHWOtYWmtQ==",
  "_location": "/babel-minify-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-minify-webpack-plugin@^0.3.1",
    "name": "babel-minify-webpack-plugin",
    "escapedName": "babel-minify-webpack-plugin",
    "rawSpec": "^0.3.1",
    "saveSpec": null,
    "fetchSpec": "^0.3.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-minify-webpack-plugin/-/babel-minify-webpack-plugin-0.3.1.tgz",
  "_shasum": "292aa240af190e2dcadf4f684d6d84d179b6d5a4",
  "_spec": "babel-minify-webpack-plugin@^0.3.1",
  "_where": "D:\\JSWorkspace\\absol-acomp",
  "author": {
    "name": "boopathi",
    "url": "@boopathi"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-minify": "^0.3.0",
    "webpack-sources": "^1.0.1"
  },
  "deprecated": false,
  "description": "babel-minify plugin for webpack",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-jest": "^20.0.3",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.5.1",
    "cross-env": "^5.0.1",
    "del-cli": "^1.1.0",
    "eslint": "^4.1.1",
    "eslint-config-webpack": "^1.2.5",
    "eslint-plugin-import": "^2.7.0",
    "jest": "^20.0.4",
    "lint-staged": "^4.0.1",
    "nsp": "^2.6.3",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.1",
    "source-map": "^0.5.6",
    "standard-version": "^4.2.0",
    "webpack": "^3.3.0",
    "webpack-defaults": "^1.5.0"
  },
  "engines": {
    "node": ">= 4.3 < 5.0.0 || >= 5.10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/webpack-contrib/babel-minify-webpack-plugin",
  "keywords": [
    "babel",
    "babel-minify",
    "minify",
    "webpack",
    "webpack-plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "name": "babel-minify-webpack-plugin",
  "peerDependencies": {
    "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/babel-minify-webpack-plugin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
    "ci:test": "npm run test",
    "clean": "del-cli dist",
    "defaults": "webpack-defaults",
    "lint": "eslint --cache src test",
    "lint-staged": "lint-staged",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "release": "standard-version",
    "security": "nsp check",
    "start": "npm run build -- -w",
    "test": "jest",
    "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
    "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"
  },
  "version": "0.3.1"
}
