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.

39 lines
1.1 KiB

  1. {
  2. "name": "workbox-google-analytics",
  3. "version": "5.1.4",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  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. "offline",
  16. "google",
  17. "analytics"
  18. ],
  19. "scripts": {
  20. "build": "gulp build-packages --package workbox-google-analytics",
  21. "version": "npm run build",
  22. "prepare": "npm run build"
  23. },
  24. "workbox": {
  25. "browserNamespace": "workbox.googleAnalytics",
  26. "outputFilename": "workbox-offline-ga",
  27. "packageType": "browser"
  28. },
  29. "main": "index.js",
  30. "module": "index.mjs",
  31. "types": "index.d.ts",
  32. "dependencies": {
  33. "workbox-background-sync": "^5.1.4",
  34. "workbox-core": "^5.1.4",
  35. "workbox-routing": "^5.1.4",
  36. "workbox-strategies": "^5.1.4"
  37. },
  38. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
  39. }