package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "workbox-routing@^5.1.4",
  3. "_id": "workbox-routing@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
  6. "_location": "/workbox-routing",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-routing@^5.1.4",
  12. "name": "workbox-routing",
  13. "escapedName": "workbox-routing",
  14. "rawSpec": "^5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.4"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build",
  20. "/workbox-google-analytics",
  21. "/workbox-strategies",
  22. "/workbox-streams"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
  25. "_shasum": "3e8cd86bd3b6573488d1a2ce7385e547b547e970",
  26. "_spec": "workbox-routing@^5.1.4",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  28. "author": {
  29. "name": "Google's Web DevRel Team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/googlechrome/workbox/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "workbox-core": "^5.1.4"
  37. },
  38. "deprecated": false,
  39. "description": "A service worker helper library to route request URLs to handlers.",
  40. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  41. "homepage": "https://github.com/GoogleChrome/workbox",
  42. "keywords": [
  43. "workbox",
  44. "workboxjs",
  45. "service worker",
  46. "sw",
  47. "router",
  48. "routing"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "module": "index.mjs",
  53. "name": "workbox-routing",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/googlechrome/workbox.git"
  57. },
  58. "scripts": {
  59. "build": "gulp build-packages --package workbox-routing",
  60. "prepare": "npm run build",
  61. "version": "npm run build"
  62. },
  63. "types": "index.d.ts",
  64. "version": "5.1.4",
  65. "workbox": {
  66. "browserNamespace": "workbox.routing",
  67. "packageType": "browser"
  68. }
  69. }