package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "workbox-build@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-build@4.3.1",
  10. "_id": "workbox-build@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QU9w+01t5H9lOGCLgOxSQS0jPmQ=",
  13. "_location": "/workbox-build",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-build@4.3.1",
  19. "name": "workbox-build",
  20. "escapedName": "workbox-build",
  21. "rawSpec": "4.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.1"
  24. },
  25. "_requiredBy": [
  26. "/workbox-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.nlark.com/workbox-build/download/workbox-build-4.3.1.tgz?cache=0&sync_timestamp=1628707356890&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-build%2Fdownload%2Fworkbox-build-4.3.1.tgz",
  29. "_spec": "4.3.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Google's Web DevRel Team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/GoogleChrome/workbox/issues"
  36. },
  37. "dependencies": {
  38. "@babel/runtime": "^7.3.4",
  39. "@hapi/joi": "^15.0.0",
  40. "common-tags": "^1.8.0",
  41. "fs-extra": "^4.0.2",
  42. "glob": "^7.1.3",
  43. "lodash.template": "^4.4.0",
  44. "pretty-bytes": "^5.1.0",
  45. "stringify-object": "^3.3.0",
  46. "strip-comments": "^1.0.2",
  47. "workbox-background-sync": "^4.3.1",
  48. "workbox-broadcast-update": "^4.3.1",
  49. "workbox-cacheable-response": "^4.3.1",
  50. "workbox-core": "^4.3.1",
  51. "workbox-expiration": "^4.3.1",
  52. "workbox-google-analytics": "^4.3.1",
  53. "workbox-navigation-preload": "^4.3.1",
  54. "workbox-precaching": "^4.3.1",
  55. "workbox-range-requests": "^4.3.1",
  56. "workbox-routing": "^4.3.1",
  57. "workbox-strategies": "^4.3.1",
  58. "workbox-streams": "^4.3.1",
  59. "workbox-sw": "^4.3.1",
  60. "workbox-window": "^4.3.1"
  61. },
  62. "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
  63. "engines": {
  64. "node": ">=4.0.0"
  65. },
  66. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  67. "homepage": "https://github.com/GoogleChrome/workbox",
  68. "keywords": [
  69. "workbox",
  70. "workboxjs",
  71. "service worker",
  72. "caching",
  73. "fetch requests",
  74. "offline",
  75. "file manifest"
  76. ],
  77. "license": "MIT",
  78. "main": "build/index.js",
  79. "name": "workbox-build",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/googlechrome/workbox.git"
  83. },
  84. "scripts": {
  85. "build": "gulp build:update-cdn-details && gulp build-packages --package workbox-build",
  86. "prepare": "npm run build",
  87. "version": "npm run build"
  88. },
  89. "version": "4.3.1",
  90. "workbox": {
  91. "packageType": "node"
  92. }
  93. }