package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "workbox-google-analytics@^5.1.4",
  3. "_id": "workbox-google-analytics@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
  6. "_location": "/workbox-google-analytics",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-google-analytics@^5.1.4",
  12. "name": "workbox-google-analytics",
  13. "escapedName": "workbox-google-analytics",
  14. "rawSpec": "^5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.4"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
  22. "_shasum": "b3376806b1ac7d7df8418304d379707195fa8517",
  23. "_spec": "workbox-google-analytics@^5.1.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "Google's Web DevRel Team"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/googlechrome/workbox/issues"
  30. },
  31. "bundleDependencies": false,
  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. "deprecated": false,
  39. "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  40. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  41. "homepage": "https://github.com/GoogleChrome/workbox",
  42. "keywords": [
  43. "workbox",
  44. "workboxjs",
  45. "service worker",
  46. "sw",
  47. "offline",
  48. "google",
  49. "analytics"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "module": "index.mjs",
  54. "name": "workbox-google-analytics",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/googlechrome/workbox.git"
  58. },
  59. "scripts": {
  60. "build": "gulp build-packages --package workbox-google-analytics",
  61. "prepare": "npm run build",
  62. "version": "npm run build"
  63. },
  64. "types": "index.d.ts",
  65. "version": "5.1.4",
  66. "workbox": {
  67. "browserNamespace": "workbox.googleAnalytics",
  68. "outputFilename": "workbox-offline-ga",
  69. "packageType": "browser"
  70. }
  71. }