{
  "_args": [
    [
      {
        "raw": "karma-webpack@^1.8.0",
        "scope": null,
        "escapedName": "karma-webpack",
        "name": "karma-webpack",
        "rawSpec": "^1.8.0",
        "spec": ">=1.8.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/angular-cli"
    ]
  ],
  "_from": "karma-webpack@>=1.8.0 <2.0.0",
  "_id": "karma-webpack@1.8.0",
  "_inCache": true,
  "_location": "/karma-webpack",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/karma-webpack-1.8.0.tgz_1470599315232_0.5430170842446387"
  },
  "_npmUser": {
    "name": "mikaak",
    "email": "me@mikakalathil.ca"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {
    "amdefine": "1.0.1"
  },
  "_requested": {
    "raw": "karma-webpack@^1.8.0",
    "scope": null,
    "escapedName": "karma-webpack",
    "name": "karma-webpack",
    "rawSpec": "^1.8.0",
    "spec": ">=1.8.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/angular-cli"
  ],
  "_resolved": "https://registry.npmjs.org/karma-webpack/-/karma-webpack-1.8.0.tgz",
  "_shasum": "340c7999eb3745b47becab47d0d304dac2c55257",
  "_shrinkwrap": null,
  "_spec": "karma-webpack@^1.8.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/angular-cli",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/karma-webpack/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "async": "~0.9.0",
    "loader-utils": "^0.2.5",
    "lodash": "^3.8.0",
    "source-map": "^0.1.41",
    "webpack-dev-middleware": "^1.0.11"
  },
  "description": "Use webpack with karma",
  "devDependencies": {
    "add-stream": "^1.0.0",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.11.4",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-2": "^6.11.0",
    "babel-register": "^6.11.6",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "conventional-changelog": "^1.1.0",
    "cross-env": "^2.0.0",
    "cz-conventional-changelog": "^1.1.6",
    "del": "^2.2.1",
    "eslint": "^3.1.1",
    "eslint-plugin-babel": "^3.3.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "^3.0.1",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.9",
    "istanbul": "^0.4.4",
    "karma": "^1.x",
    "karma-chrome-launcher": "~1.0.1",
    "karma-mocha": "~1.1.1",
    "karma-spec-reporter": "~0.0.22",
    "mocha": "^2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "340c7999eb3745b47becab47d0d304dac2c55257",
    "tarball": "https://registry.npmjs.org/karma-webpack/-/karma-webpack-1.8.0.tgz"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "gitHead": "a5120be7cd6f264a9eb0caa0ceec23f1a68b2020",
  "homepage": "http://github.com/webpack/karma-webpack",
  "license": "MIT",
  "maintainers": [
    {
      "name": "sokra",
      "email": "tobias.koppers@googlemail.com"
    }
  ],
  "name": "karma-webpack",
  "optionalDependencies": {},
  "peerDependencies": {
    "webpack": "^1.1.0 || ^2 || ^2.1.0-beta"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/karma-webpack.git"
  },
  "scripts": {
    "build": "gulp build",
    "build:watch": "gulp build.watch",
    "clean": "gulp clean",
    "generate.changelog": "node scripts/release/generate-changelog.js",
    "gulp": "gulp",
    "lint": "gulp lint",
    "pretest": "npm run lint",
    "publish.version": "npm run build && sh scripts/release/npm-publish.sh",
    "test": "npm run test.unit",
    "test.integration": "npm run build && karma start --single-run",
    "test.unit": "mocha --compilers js:babel-register --full-trace --check-leaks test/unit",
    "travis": "npm run test.unit && npm run test.integration"
  },
  "version": "1.8.0"
}
