package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "workbox-broadcast-update@^5.1.4",
  3. "_id": "workbox-broadcast-update@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
  6. "_location": "/workbox-broadcast-update",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-broadcast-update@^5.1.4",
  12. "name": "workbox-broadcast-update",
  13. "escapedName": "workbox-broadcast-update",
  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-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
  22. "_shasum": "0eeb89170ddca7f6914fa3523fb14462891f2cfc",
  23. "_spec": "workbox-broadcast-update@^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-core": "^5.1.4"
  34. },
  35. "deprecated": false,
  36. "description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
  37. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  38. "homepage": "https://github.com/GoogleChrome/workbox",
  39. "keywords": [
  40. "workbox",
  41. "workboxjs",
  42. "service worker",
  43. "sw",
  44. "workbox-plugin"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "module": "index.mjs",
  49. "name": "workbox-broadcast-update",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/googlechrome/workbox.git"
  53. },
  54. "scripts": {
  55. "build": "gulp build-packages --package workbox-broadcast-update",
  56. "prepare": "npm run build",
  57. "version": "npm run build"
  58. },
  59. "types": "index.d.ts",
  60. "version": "5.1.4",
  61. "workbox": {
  62. "browserNamespace": "workbox.broadcastUpdate",
  63. "packageType": "browser"
  64. }
  65. }