Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.2 KiB

3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "workbox-webpack-plugin@3.6.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "workbox-webpack-plugin@3.6.3",
  9. "_id": "workbox-webpack-plugin@3.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RwmKjc7HFHUFHoOlKoZUq9349u0QN3F8W5tZZU0vc1qsBZDINWXRiIBCAKvo/Njgay5sWz7z4I2adnyTo97qIQ==",
  12. "_location": "/workbox-webpack-plugin",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "workbox-webpack-plugin@3.6.3",
  18. "name": "workbox-webpack-plugin",
  19. "escapedName": "workbox-webpack-plugin",
  20. "rawSpec": "3.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.3"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-3.6.3.tgz",
  28. "_spec": "3.6.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Will Farley",
  32. "email": "a.will.farley@gmail.com",
  33. "url": "http://www.willfarley.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/GoogleChrome/workbox/issues"
  37. },
  38. "dependencies": {
  39. "babel-runtime": "^6.26.0",
  40. "json-stable-stringify": "^1.0.1",
  41. "workbox-build": "^3.6.3"
  42. },
  43. "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
  44. "engines": {
  45. "node": ">=4.0.0"
  46. },
  47. "files": [
  48. "build"
  49. ],
  50. "homepage": "https://github.com/GoogleChrome/workbox",
  51. "keywords": [
  52. "workbox",
  53. "workboxjs",
  54. "webpack",
  55. "service worker",
  56. "caching",
  57. "fetch requests",
  58. "offline",
  59. "file manifest"
  60. ],
  61. "license": "Apache-2.0",
  62. "main": "build/index.js",
  63. "name": "workbox-webpack-plugin",
  64. "peerDependencies": {
  65. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/googlechrome/workbox.git"
  70. },
  71. "scripts": {
  72. "build": "gulp build-packages --package workbox-webpack-plugin",
  73. "prepare": "npm run build",
  74. "version": "npm run build"
  75. },
  76. "version": "3.6.3",
  77. "workbox": {
  78. "packageType": "node"
  79. }
  80. }