{
"_from": "workbox-webpack-plugin@4.2.0",
"_id": "workbox-webpack-plugin@4.2.0",
"_inBundle": false,
"_integrity": "sha512-YZsiA+y/ns/GdWRaBsfYv8dln1ebWtGnJcTOg1ppO0pO1tScAHX0yGtHIjndxz3L/UUhE8b0NQE9KeLNwJwA5A==",
"_location": "/workbox-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "workbox-webpack-plugin@4.2.0",
"name": "workbox-webpack-plugin",
"escapedName": "workbox-webpack-plugin",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-4.2.0.tgz",
"_shasum": "c94c3f69ff39c8a5b0c7e6bebc382cb53410a63d",
"_spec": "workbox-webpack-plugin@4.2.0",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/react-scripts",
"author": {
"name": "Will Farley",
"email": "a.will.farley@gmail.com",
"url": "http://www.willfarley.org/"
},
"bugs": {
"url": "https://github.com/GoogleChrome/workbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"json-stable-stringify": "^1.0.1",
"workbox-build": "^4.2.0"
},
"deprecated": false,
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
"engines": {
"node": ">=4.0.0"
},
"files": [
"build"
],
"gitHead": "60f99c8c017b62ffe90b591b7f4be37dc44d92f6",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"webpack",
"service worker",
"caching",
"fetch requests",
"offline",
"file manifest"
],
"license": "MIT",
"main": "build/index.js",
"name": "workbox-webpack-plugin",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build-packages --package workbox-webpack-plugin",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "4.2.0",
"workbox": {
"packageType": "node"
}
}