{
  "_args": [
    [
      "sw-precache-webpack-plugin@0.11.5",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "sw-precache-webpack-plugin@0.11.5",
  "_id": "sw-precache-webpack-plugin@0.11.5",
  "_inBundle": false,
  "_integrity": "sha512-K6E52DbYyzGNXGyv2LhI2Duomr3t/2FFMmnGdHZ1Ruk3ulFHDMASJtg3WpA3CXlWODZx189tTaOIO5mWkSKyVg==",
  "_location": "/sw-precache-webpack-plugin",
  "_phantomChildren": {
    "array-union": "1.0.2",
    "glob": "7.1.2",
    "is-path-cwd": "1.0.0",
    "is-path-in-cwd": "1.0.0",
    "object-assign": "4.1.1",
    "p-map": "1.2.0",
    "pinkie-promise": "2.0.1",
    "rimraf": "2.6.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sw-precache-webpack-plugin@0.11.5",
    "name": "sw-precache-webpack-plugin",
    "escapedName": "sw-precache-webpack-plugin",
    "rawSpec": "0.11.5",
    "saveSpec": null,
    "fetchSpec": "0.11.5"
  },
  "_requiredBy": [
    "/preact-cli"
  ],
  "_resolved": "https://registry.npmjs.org/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.5.tgz",
  "_spec": "0.11.5",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Will Farley",
    "email": "a.will.farley@gmail.com",
    "url": "http://www.willfarley.org/"
  },
  "ava": {
    "babel": "inherit",
    "require": [
      "babel-register",
      "babel-polyfill"
    ]
  },
  "bugs": {
    "url": "https://github.com/goldhand/sw-precache-webpack-plugin/issues"
  },
  "dependencies": {
    "del": "^3.0.0",
    "sw-precache": "^5.2.1",
    "uglify-es": "^3.3.9"
  },
  "description": "Webpack plugin for using service workers",
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "bluebird": "^3.5.1",
    "eslint": "^4.18.1",
    "git-release-notes": "2.1.0",
    "memory-fs": "^0.4.1",
    "mkdirp": "^0.5.1",
    "sinon": "^4.4.2",
    "webpack": "^4.0.1"
  },
  "directories": {
    "example": "./examples",
    "lib": "./src",
    "test": "./test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/goldhand/sw-precache-webpack-plugin#readme",
  "keywords": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "sw-precache-webpack-plugin",
  "peerDependencies": {
    "webpack": "^1 || ^2 || ^2.1.0-beta || ^2.2.0-beta || ^3 || ^4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goldhand/sw-precache-webpack-plugin.git"
  },
  "scripts": {
    "prepare": "make build",
    "test": "make test",
    "test:integration": "make integration_test",
    "test:unit": "make unit_test",
    "version": "make changelog && git add -p CHANGELOG.md && git checkout CHANGELOG.md"
  },
  "tags": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker"
  ],
  "version": "0.11.5"
}
