package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "workbox-webpack-plugin@5.1.4",
  3. "_id": "workbox-webpack-plugin@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==",
  6. "_location": "/workbox-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "workbox-webpack-plugin@5.1.4",
  12. "name": "workbox-webpack-plugin",
  13. "escapedName": "workbox-webpack-plugin",
  14. "rawSpec": "5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "5.1.4"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz",
  22. "_shasum": "7bfe8c16e40fe9ed8937080ac7ae9c8bde01e79c",
  23. "_spec": "workbox-webpack-plugin@5.1.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Google's Web DevRel Team"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/GoogleChrome/workbox/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/runtime": "^7.5.5",
  34. "fast-json-stable-stringify": "^2.0.0",
  35. "source-map-url": "^0.4.0",
  36. "upath": "^1.1.2",
  37. "webpack-sources": "^1.3.0",
  38. "workbox-build": "^5.1.4"
  39. },
  40. "deprecated": false,
  41. "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
  42. "engines": {
  43. "node": ">=8.0.0"
  44. },
  45. "files": [
  46. "build"
  47. ],
  48. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  49. "homepage": "https://github.com/GoogleChrome/workbox",
  50. "keywords": [
  51. "workbox",
  52. "workboxjs",
  53. "webpack",
  54. "service worker",
  55. "caching",
  56. "fetch requests",
  57. "offline",
  58. "file manifest"
  59. ],
  60. "license": "MIT",
  61. "main": "build/index.js",
  62. "name": "workbox-webpack-plugin",
  63. "peerDependencies": {
  64. "webpack": "^4.0.0"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/googlechrome/workbox.git"
  69. },
  70. "scripts": {
  71. "build": "gulp build-packages --package workbox-webpack-plugin",
  72. "prepare": "npm run build",
  73. "version": "npm run build"
  74. },
  75. "version": "5.1.4",
  76. "workbox": {
  77. "packageType": "node"
  78. }
  79. }