{
  "_args": [
    [
      {
        "raw": "extract-text-webpack-plugin@^3.0.2",
        "scope": null,
        "escapedName": "extract-text-webpack-plugin",
        "name": "extract-text-webpack-plugin",
        "rawSpec": "^3.0.2",
        "spec": ">=3.0.2 <4.0.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar"
    ]
  ],
  "_from": "extract-text-webpack-plugin@>=3.0.2 <4.0.0",
  "_id": "extract-text-webpack-plugin@3.0.2",
  "_inCache": true,
  "_location": "/extract-text-webpack-plugin",
  "_nodeVersion": "8.7.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/extract-text-webpack-plugin-3.0.2.tgz_1508951439570_0.25405325717292726"
  },
  "_npmUser": {
    "name": "d3viant0ne",
    "email": "wiens.joshua@gmail.com"
  },
  "_npmVersion": "5.4.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "extract-text-webpack-plugin@^3.0.2",
    "scope": null,
    "escapedName": "extract-text-webpack-plugin",
    "name": "extract-text-webpack-plugin",
    "rawSpec": "^3.0.2",
    "spec": ">=3.0.2 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/",
    "/@baristalabs/react-scripts-ts"
  ],
  "_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz",
  "_shasum": "5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7",
  "_shrinkwrap": null,
  "_spec": "extract-text-webpack-plugin@^3.0.2",
  "_where": "/home/centralpertec/public_html/react-loadbar",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues"
  },
  "dependencies": {
    "async": "^2.4.1",
    "loader-utils": "^1.1.0",
    "schema-utils": "^0.3.0",
    "webpack-sources": "^1.0.1"
  },
  "deprecated": "Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin",
  "description": "Extract text from bundle into a file.",
  "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",
    "css-loader": "^0.28.7",
    "del-cli": "^1.1.0",
    "eslint": "^4.9.0",
    "eslint-config-webpack": "^1.2.5",
    "eslint-plugin-import": "^2.8.0",
    "file-loader": "^1.1.5",
    "jest": "^21.2.1",
    "lint-staged": "^4.3.0",
    "nsp": "^2.8.1",
    "pre-commit": "^1.2.2",
    "raw-loader": "^0.5.1",
    "standard-version": "^4.2.0",
    "style-loader": "^0.19.0",
    "webpack": "^3.8.1",
    "webpack-defaults": "^1.6.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==",
    "shasum": "5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7",
    "tarball": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz"
  },
  "engines": {
    "node": ">= 4.8 < 5.0.0 || >= 5.10"
  },
  "files": [
    "dist",
    "schema"
  ],
  "gitHead": "cc3ba946ef4066264410737ce5bd43d0c7d724f1",
  "homepage": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/cjs.js",
  "maintainers": [
    {
      "name": "ericclemmons",
      "email": "eric@smarterspam.com"
    },
    {
      "name": "bebraw",
      "email": "bebraw@gmail.com"
    },
    {
      "name": "jhnns",
      "email": "mail@johannesewald.de"
    },
    {
      "name": "thelarkinn",
      "email": "sean.larkin@cuw.edu"
    },
    {
      "name": "spacek33z",
      "email": "kees@webduck.nl"
    },
    {
      "name": "sokra",
      "email": "tobias.koppers@googlemail.com"
    },
    {
      "name": "jtangelder",
      "email": "j.tangelder@gmail.com"
    },
    {
      "name": "d3viant0ne",
      "email": "wiens.joshua@gmail.com"
    }
  ],
  "name": "extract-text-webpack-plugin",
  "optionalDependencies": {},
  "peerDependencies": {
    "webpack": "^3.1.0"
  },
  "pre-commit": "lint-staged",
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/webpack-contrib/extract-text-webpack-plugin.git"
  },
  "scripts": {
    "appveyor:test": "npm run test",
    "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
    "build:example": "(cd example && webpack)",
    "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: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",
    "webpack-defaults": "webpack-defaults"
  },
  "version": "3.0.2"
}
