package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "workbox-routing@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-routing@4.3.1",
  10. "_id": "workbox-routing@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pnWEGvYj4LsMZ85O2OckrAvtDNo=",
  13. "_location": "/workbox-routing",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-routing@4.3.1",
  19. "name": "workbox-routing",
  20. "escapedName": "workbox-routing",
  21. "rawSpec": "4.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.1"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build",
  27. "/workbox-google-analytics"
  28. ],
  29. "_resolved": "https://registry.nlark.com/workbox-routing/download/workbox-routing-4.3.1.tgz?cache=0&sync_timestamp=1628707356032&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-routing%2Fdownload%2Fworkbox-routing-4.3.1.tgz",
  30. "_spec": "4.3.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Google's Web DevRel Team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/googlechrome/workbox/issues"
  37. },
  38. "dependencies": {
  39. "workbox-core": "^4.3.1"
  40. },
  41. "description": "A service worker helper library to route request URLs to handlers.",
  42. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  43. "homepage": "https://github.com/GoogleChrome/workbox",
  44. "keywords": [
  45. "workbox",
  46. "workboxjs",
  47. "service worker",
  48. "sw",
  49. "router",
  50. "routing"
  51. ],
  52. "license": "MIT",
  53. "main": "build/workbox-routing.prod.js",
  54. "module": "index.mjs",
  55. "name": "workbox-routing",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/googlechrome/workbox.git"
  59. },
  60. "scripts": {
  61. "build": "gulp build-packages --package workbox-routing",
  62. "prepare": "npm run build",
  63. "version": "npm run build"
  64. },
  65. "version": "4.3.1",
  66. "workbox": {
  67. "browserNamespace": "workbox.routing",
  68. "packageType": "browser"
  69. }
  70. }