package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "workbox-webpack-plugin@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-webpack-plugin@4.3.1",
  10. "_id": "workbox-webpack-plugin@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-R/9eocwHS2xA+1qGEIhjokEg1L0=",
  13. "_location": "/workbox-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-webpack-plugin@4.3.1",
  19. "name": "workbox-webpack-plugin",
  20. "escapedName": "workbox-webpack-plugin",
  21. "rawSpec": "4.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-pwa"
  27. ],
  28. "_resolved": "https://registry.nlark.com/workbox-webpack-plugin/download/workbox-webpack-plugin-4.3.1.tgz?cache=0&sync_timestamp=1628707357056&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-webpack-plugin%2Fdownload%2Fworkbox-webpack-plugin-4.3.1.tgz",
  29. "_spec": "4.3.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Will Farley",
  33. "email": "a.will.farley@gmail.com",
  34. "url": "http://www.willfarley.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/GoogleChrome/workbox/issues"
  38. },
  39. "dependencies": {
  40. "@babel/runtime": "^7.0.0",
  41. "json-stable-stringify": "^1.0.1",
  42. "workbox-build": "^4.3.1"
  43. },
  44. "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
  45. "engines": {
  46. "node": ">=4.0.0"
  47. },
  48. "files": [
  49. "build"
  50. ],
  51. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  52. "homepage": "https://github.com/GoogleChrome/workbox",
  53. "keywords": [
  54. "workbox",
  55. "workboxjs",
  56. "webpack",
  57. "service worker",
  58. "caching",
  59. "fetch requests",
  60. "offline",
  61. "file manifest"
  62. ],
  63. "license": "MIT",
  64. "main": "build/index.js",
  65. "name": "workbox-webpack-plugin",
  66. "peerDependencies": {
  67. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/googlechrome/workbox.git"
  72. },
  73. "scripts": {
  74. "build": "gulp build-packages --package workbox-webpack-plugin",
  75. "prepare": "npm run build",
  76. "version": "npm run build"
  77. },
  78. "version": "4.3.1",
  79. "workbox": {
  80. "packageType": "node"
  81. }
  82. }