package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "workbox-window@^5.1.4",
  3. "_id": "workbox-window@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==",
  6. "_location": "/workbox-window",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-window@^5.1.4",
  12. "name": "workbox-window",
  13. "escapedName": "workbox-window",
  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-window/-/workbox-window-5.1.4.tgz",
  22. "_shasum": "2740f7dea7f93b99326179a62f1cc0ca2c93c863",
  23. "_spec": "workbox-window@^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": "Simplifies communications with Workbox packages running in the service worker",
  37. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  38. "homepage": "https://github.com/GoogleChrome/workbox",
  39. "keywords": [
  40. "workbox",
  41. "workboxjs",
  42. "service worker",
  43. "sw",
  44. "window",
  45. "message",
  46. "postMessage"
  47. ],
  48. "license": "MIT",
  49. "main": "build/workbox-window.prod.umd.js",
  50. "module": "build/workbox-window.prod.es5.mjs",
  51. "name": "workbox-window",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/googlechrome/workbox.git"
  55. },
  56. "scripts": {
  57. "build": "gulp build-packages --package workbox-window",
  58. "prepare": "npm run build",
  59. "version": "npm run build"
  60. },
  61. "types": "index.d.ts",
  62. "version": "5.1.4",
  63. "workbox": {
  64. "packageType": "window",
  65. "primaryBuild": "build/workbox-window.prod.mjs"
  66. }
  67. }