{
  "_from": "workbox-sw@^4.3.1",
  "_id": "workbox-sw@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-0jXdusCL2uC5gM3yYFT6QMBzKfBr2XTk0g5TPAV4y8IZDyVNDyj1a8uSXy3/XrvkVTmQvLN4O5k3JawGReXr9w==",
  "_location": "/workbox-sw",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "workbox-sw@^4.3.1",
    "name": "workbox-sw",
    "escapedName": "workbox-sw",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-4.3.1.tgz",
  "_shasum": "df69e395c479ef4d14499372bcd84c0f5e246164",
  "_spec": "workbox-sw@^4.3.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/workbox-build",
  "author": {
    "name": "Google's Web DevRel Team"
  },
  "bugs": {
    "url": "https://github.com/googlechrome/workbox/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "This module makes it easy to get started with the Workbox service worker libraries.",
  "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw"
  ],
  "license": "MIT",
  "main": "build/workbox-sw.js",
  "module": "index.mjs",
  "name": "workbox-sw",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "scripts": {
    "build": "gulp build-packages --package workbox-sw",
    "prepare": "npm run build",
    "version": "npm run build"
  },
  "version": "4.3.1",
  "workbox": {
    "browserNamespace": "workbox",
    "packageType": "browser",
    "prodOnly": true
  }
}