package.json 820 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "workbox-range-requests",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "This library creates a new Response, given a source Response and a Range header value.",
  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. "caching",
  16. "cache",
  17. "range",
  18. "media",
  19. "workbox-plugin"
  20. ],
  21. "workbox": {
  22. "browserNamespace": "workbox.rangeRequests",
  23. "packageType": "sw"
  24. },
  25. "main": "index.js",
  26. "module": "index.mjs",
  27. "types": "index.d.ts",
  28. "dependencies": {
  29. "workbox-core": "6.6.1"
  30. },
  31. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  32. }