package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "workbox-sw@^5.1.4",
  3. "_id": "workbox-sw@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA==",
  6. "_location": "/workbox-sw",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-sw@^5.1.4",
  12. "name": "workbox-sw",
  13. "escapedName": "workbox-sw",
  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-sw/-/workbox-sw-5.1.4.tgz",
  22. "_shasum": "2bb34c9f7381f90d84cef644816d45150011d3db",
  23. "_spec": "workbox-sw@^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. "deprecated": false,
  33. "description": "This module makes it easy to get started with the Workbox service worker libraries.",
  34. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  35. "homepage": "https://github.com/GoogleChrome/workbox",
  36. "keywords": [
  37. "workbox",
  38. "workboxjs",
  39. "service worker",
  40. "sw"
  41. ],
  42. "license": "MIT",
  43. "main": "build/workbox-sw.js",
  44. "module": "index.mjs",
  45. "name": "workbox-sw",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/googlechrome/workbox.git"
  49. },
  50. "scripts": {
  51. "build": "gulp build-packages --package workbox-sw",
  52. "prepare": "npm run build",
  53. "version": "npm run build"
  54. },
  55. "version": "5.1.4",
  56. "workbox": {
  57. "browserNamespace": "workbox",
  58. "packageType": "browser",
  59. "prodOnly": true
  60. }
  61. }