{
  "_args": [
    [
      "babel-plugin-webpack-loaders",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "babel-plugin-webpack-loaders@*",
  "_id": "babel-plugin-webpack-loaders@0.6.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-plugin-webpack-loaders",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/babel-plugin-webpack-loaders-0.6.1.tgz_1466108906670_0.62921242415905"
  },
  "_npmUser": {
    "email": "istarkov@gmail.com",
    "name": "istarkov"
  },
  "_npmVersion": "3.8.2",
  "_phantomChildren": {
    "errno": "0.1.4",
    "graceful-fs": "4.1.4",
    "object-assign": "4.1.0",
    "readable-stream": "2.1.4"
  },
  "_requested": {
    "name": "babel-plugin-webpack-loaders",
    "raw": "babel-plugin-webpack-loaders",
    "rawSpec": "",
    "scope": null,
    "spec": "*",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-webpack-loaders/-/babel-plugin-webpack-loaders-0.6.1.tgz",
  "_shasum": "290785059316018a14c2b5e04dfacfff708b6f3a",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-webpack-loaders",
  "_where": "/Users/nick/codes/twreporter-react",
  "author": {
    "email": "istarkov@gmail.com",
    "name": "Ivan Starkov",
    "url": "http://github.com/istarkov"
  },
  "ava": {
    "babel": "inherit",
    "failFast": true,
    "files": [
      "./test/ava/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "verbose": true
  },
  "bugs": {
    "url": "https://github.com/istarkov/babel-plugin-webpack-loaders/issues"
  },
  "dependencies": {
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.4.3",
    "babel-traverse": "^6.3.26",
    "babel-types": "^6.3.24",
    "babylon": "^6.3.26",
    "colors": "^1.1.2",
    "enhanced-resolve": "^2.2.2",
    "lodash": "^4.6.1",
    "rimraf": "^2.5.0",
    "shell-quote": "^1.4.3"
  },
  "description": "babel 6 plugin which allows to use webpack loaders",
  "devDependencies": {
    "autoprefixer": "^6.2.3",
    "ava": "^0.15.2",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.5.2",
    "babel-eslint": "^6.0.0-beta.6",
    "babel-loader": "^6.2.1",
    "babel-polyfill": "^6.3.14",
    "css-loader": "^0.23.1",
    "eslint": "^2.4.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-babel": "^3.0.0",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.5.0",
    "eslint-plugin-react": "^5.0.0",
    "expect": "^1.13.4",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "github-markdown-css": "^2.2.1",
    "json-loader": "^0.5.4",
    "mocha": "^2.3.4",
    "node-sass": "^3.4.2",
    "normalize.css": "^4.0.0",
    "null-loader": "^0.1.1",
    "postcss-loader": "^0.9.1",
    "sass-loader": "^3.1.2",
    "sinon": "^1.17.3",
    "style-loader": "^0.13.0",
    "url-loader": "^0.5.7",
    "webpack": "^2.1.0-beta.7"
  },
  "directories": {},
  "dist": {
    "shasum": "290785059316018a14c2b5e04dfacfff708b6f3a",
    "tarball": "https://registry.npmjs.org/babel-plugin-webpack-loaders/-/babel-plugin-webpack-loaders-0.6.1.tgz"
  },
  "gitHead": "84235ad20cb2fb9645d05fe0292c75dbcc8b29a0",
  "homepage": "https://github.com/istarkov/babel-plugin-webpack-loaders#readme",
  "keywords": [
    "babel",
    "css-loader",
    "css-modules",
    "loader",
    "webpack"
  ],
  "license": "MIT",
  "main": "lib/plugin.js",
  "maintainers": [
    {
      "name": "istarkov",
      "email": "istarkov@gmail.com"
    }
  ],
  "name": "babel-plugin-webpack-loaders",
  "optionalDependencies": {},
  "peerDependencies": {
    "webpack": ">=1.12.9 <3.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istarkov/babel-plugin-webpack-loaders.git"
  },
  "scripts": {
    "ava-test": "CONFIG=$(pwd)/test/runtime.webpack.config.babel.js BABEL_DISABLE_CACHE=1 NODE_ENV=AVA_TEST ava",
    "babel-config-test": "BABEL_DISABLE_CACHE=1 NODE_ENV=TEST_BABEL mocha './test/**/*.spec.babel.js'",
    "build": "babel src --out-dir lib",
    "dynamic-config-test": "CONFIG=$(pwd)/test/runtime.webpack.config.js BABEL_DISABLE_CACHE=1 NODE_ENV=DYNAMIC_CONFIG_TEST mocha './test/**/*.spec.js'",
    "example-build": "BABEL_DISABLE_CACHE=1 NODE_ENV=EXAMPLES_LIB babel ./examples/myCoolLibrary --out-dir build/myCoolLibrary",
    "example-run": "BABEL_DISABLE_CACHE=1 NODE_ENV=EXAMPLES_RUN babel-node ./examples/runExample/run.js",
    "lint": "eslint src test examples",
    "main-test": "npm run test-webpack-1 && npm run test-webpack-2",
    "prebuild": "rimraf lib",
    "preexample-build": "rimraf build",
    "prepublish": "npm run lint && npm run build",
    "test": "npm run main-test && npm run warn-test && npm run dynamic-config-test && npm run babel-config-test && npm run ava-test",
    "test-webpack-1": "BABEL_DISABLE_CACHE=1 NODE_ENV=TEST mocha './test/**/*.spec.js'",
    "test-webpack-2": "BABEL_DISABLE_CACHE=1 NODE_ENV=TEST_2 mocha './test/**/*.spec2.js'",
    "warn-test": "BABEL_DISABLE_CACHE=1 mocha './test/**/*.warn.js'"
  },
  "version": "0.6.1"
}
