{
  "_from": "happypack@^4.0.0",
  "_id": "happypack@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-3hdw1HLasz4/MXgqPttOd8xlhjE=",
  "_location": "/happypack",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "happypack@^4.0.0",
    "name": "happypack",
    "escapedName": "happypack",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/happypack/-/happypack-4.0.0.tgz",
  "_shasum": "de1770d472dab33e3f31782a3edb4e77cc658631",
  "_spec": "happypack@^4.0.0",
  "_where": "/usr/src/app/stopfals-website",
  "author": {
    "name": "Ahmad Amireh"
  },
  "bugs": {
    "url": "https://github.com/amireh/happypack/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "1.5.0",
    "json-stringify-safe": "5.0.1",
    "loader-utils": "1.1.0",
    "serialize-error": "^2.1.0"
  },
  "deprecated": false,
  "description": "webpack speed booster, makes you happy!",
  "devDependencies": {
    "codecov": "1.0.1",
    "eslint": "2.13.1",
    "happypack-test-utils": "file:packages/happypack-test-utils",
    "mocha": "3.0.1",
    "multiline-slash": "2.0.0",
    "nyc": "7.1.0",
    "webpack-config-composer": "file:packages/webpack-config-composer"
  },
  "homepage": "https://github.com/amireh/happypack#readme",
  "keywords": [
    "webpack",
    "plugin",
    "fast",
    "speed",
    "performance",
    "compilation",
    "transformer",
    "loader",
    "happiness",
    "happy"
  ],
  "license": "MIT",
  "main": "./lib/HappyPlugin.js",
  "name": "happypack",
  "nyc": {
    "include": [
      "lib/*.js"
    ],
    "exclude": [
      "lib/**/*.test.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/amireh/happypack.git"
  },
  "scripts": {
    "coverage": "nyc report",
    "coverage:ci": "nyc report --reporter=text-lcov > tmp/coverage.lcov && codecov --disable search -f tmp/coverage.lcov",
    "coverage:html": "nyc report --reporter html",
    "lint": "eslint lib",
    "prepublish": "npm run lint && npm run test:webpack1 && npm run test:webpack2 && npm run test:webpack3 && npm run test:examples",
    "test": "npm run test:webpack1",
    "test:coverage": "nyc npm test",
    "test:examples": "./examples/build-all.sh",
    "test:webpack1": "NODE_PATH=upstream/webpack1/node_modules mocha --opts .mocha",
    "test:webpack2": "NODE_PATH=upstream/webpack2/node_modules mocha --opts .mocha",
    "test:webpack3": "NODE_PATH=upstream/webpack3/node_modules mocha --opts .mocha"
  },
  "version": "4.0.0"
}
