{ "_from": "workbox-webpack-plugin@4.3.1", "_id": "workbox-webpack-plugin@4.3.1", "_inBundle": false, "_integrity": "sha512-gJ9jd8Mb8wHLbRz9ZvGN57IAmknOipD3W4XNE/Lk/4lqs5Htw4WOQgakQy/o/4CoXQlMCYldaqUg+EJ35l9MEQ==", "_location": "/workbox-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "workbox-webpack-plugin@4.3.1", "name": "workbox-webpack-plugin", "escapedName": "workbox-webpack-plugin", "rawSpec": "4.3.1", "saveSpec": null, "fetchSpec": "4.3.1" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-4.3.1.tgz", "_shasum": "47ff5ea1cc074b6c40fb5a86108863a24120d4bd", "_spec": "workbox-webpack-plugin@4.3.1", "_where": "C:\\Users\\user\\Documents\\myapp\\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.3.1" }, "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": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b", "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.3.1", "workbox": { "packageType": "node" } }