{
  "_args": [
    [
      {
        "raw": "sw-precache-webpack-plugin@0.11.4",
        "scope": null,
        "escapedName": "sw-precache-webpack-plugin",
        "name": "sw-precache-webpack-plugin",
        "rawSpec": "0.11.4",
        "spec": "0.11.4",
        "type": "version"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/@baristalabs/react-scripts-ts"
    ]
  ],
  "_from": "sw-precache-webpack-plugin@0.11.4",
  "_id": "sw-precache-webpack-plugin@0.11.4",
  "_inCache": true,
  "_location": "/sw-precache-webpack-plugin",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/sw-precache-webpack-plugin-0.11.4.tgz_1499357064667_0.6628201077692211"
  },
  "_npmUser": {
    "name": "goldhand",
    "email": "a.will.farley@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sw-precache-webpack-plugin@0.11.4",
    "scope": null,
    "escapedName": "sw-precache-webpack-plugin",
    "name": "sw-precache-webpack-plugin",
    "rawSpec": "0.11.4",
    "spec": "0.11.4",
    "type": "version"
  },
  "_requiredBy": [
    "/@baristalabs/react-scripts-ts"
  ],
  "_resolved": "https://registry.npmjs.org/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.4.tgz",
  "_shasum": "a695017e54eed575551493a519dc1da8da2dc5e0",
  "_shrinkwrap": null,
  "_spec": "sw-precache-webpack-plugin@0.11.4",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/@baristalabs/react-scripts-ts",
  "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": "^2.2.2",
    "sw-precache": "^5.1.1",
    "uglify-js": "^3.0.13"
  },
  "description": "Webpack plugin for using service workers",
  "devDependencies": {
    "ava": "^0.18.2",
    "babel-cli": "^6.16.0",
    "babel-eslint": "^7.1.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-latest": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "babel-register": "^6.23.0",
    "bluebird": "^3.4.7",
    "eslint": "^3.16.1",
    "git-release-notes": "1.0.0",
    "mkdirp": "^0.5.1",
    "sinon": "^1.17.7",
    "webpack": "^3.0.0"
  },
  "directories": {
    "example": "./examples",
    "lib": "./src",
    "test": "./test"
  },
  "dist": {
    "shasum": "a695017e54eed575551493a519dc1da8da2dc5e0",
    "tarball": "https://registry.npmjs.org/sw-precache-webpack-plugin/-/sw-precache-webpack-plugin-0.11.4.tgz"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "b1d98c9a04f4f8d63b333f6068d88bc74b9b679e",
  "homepage": "https://github.com/goldhand/sw-precache-webpack-plugin#readme",
  "keywords": [
    "webpack",
    "plugin",
    "precache",
    "sw-precache",
    "service",
    "worker"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "goldhand",
      "email": "willf@hzdg.com"
    }
  ],
  "name": "sw-precache-webpack-plugin",
  "optionalDependencies": {},
  "peerDependencies": {
    "webpack": "^1 || ^2 || ^2.1.0-beta || ^2.2.0-beta || ^3"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goldhand/sw-precache-webpack-plugin.git"
  },
  "scripts": {
    "prepublish": "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.4"
}
