Files
portfolio/node_modules/workbox-webpack-plugin/package.json
2021-09-20 16:54:47 -04:00

80 lines
2.2 KiB
JSON

{
"_from": "workbox-webpack-plugin@5.1.4",
"_id": "workbox-webpack-plugin@5.1.4",
"_inBundle": false,
"_integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==",
"_location": "/workbox-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "workbox-webpack-plugin@5.1.4",
"name": "workbox-webpack-plugin",
"escapedName": "workbox-webpack-plugin",
"rawSpec": "5.1.4",
"saveSpec": null,
"fetchSpec": "5.1.4"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz",
"_shasum": "7bfe8c16e40fe9ed8937080ac7ae9c8bde01e79c",
"_spec": "workbox-webpack-plugin@5.1.4",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/react-scripts",
"author": {
"name": "Google's Web DevRel Team"
},
"bugs": {
"url": "https://github.com/GoogleChrome/workbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.5.5",
"fast-json-stable-stringify": "^2.0.0",
"source-map-url": "^0.4.0",
"upath": "^1.1.2",
"webpack-sources": "^1.3.0",
"workbox-build": "^5.1.4"
},
"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": ">=8.0.0"
},
"files": [
"build"
],
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"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": "^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": "5.1.4",
"workbox": {
"packageType": "node"
}
}