web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
959 B

  1. {
  2. "name": "workbox-cacheable-response",
  3. "version": "5.1.4",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
  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. "scripts": {
  18. "build": "gulp build-packages --package workbox-cacheable-response",
  19. "version": "npm run build",
  20. "prepare": "npm run build"
  21. },
  22. "workbox": {
  23. "browserNamespace": "workbox.cacheableResponse",
  24. "packageType": "browser"
  25. },
  26. "main": "index.js",
  27. "module": "index.mjs",
  28. "types": "index.d.ts",
  29. "dependencies": {
  30. "workbox-core": "^5.1.4"
  31. },
  32. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
  33. }