package.json 798 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "workbox-expiration",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
  7. "repository": "googlechrome/workbox",
  8. "bugs": "https://github.com/googlechrome/workbox/issues",
  9. "homepage": "https://github.com/GoogleChrome/workbox",
  10. "keywords": [
  11. "workbox",
  12. "workboxjs",
  13. "service worker",
  14. "sw",
  15. "workbox-plugin"
  16. ],
  17. "workbox": {
  18. "browserNamespace": "workbox.expiration",
  19. "packageType": "sw"
  20. },
  21. "main": "index.js",
  22. "module": "index.mjs",
  23. "types": "index.d.ts",
  24. "dependencies": {
  25. "idb": "^7.0.1",
  26. "workbox-core": "6.6.1"
  27. },
  28. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  29. }