package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "workbox-background-sync@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-background-sync@4.3.1",
  10. "_id": "workbox-background-sync@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-JoIbm/Funjf9HWQCie3dwIr9GVA=",
  13. "_location": "/workbox-background-sync",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-background-sync@4.3.1",
  19. "name": "workbox-background-sync",
  20. "escapedName": "workbox-background-sync",
  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-background-sync/download/workbox-background-sync-4.3.1.tgz?cache=0&sync_timestamp=1628707356284&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-background-sync%2Fdownload%2Fworkbox-background-sync-4.3.1.tgz",
  30. "_spec": "4.3.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  42. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  43. "homepage": "https://github.com/GoogleChrome/workbox",
  44. "keywords": [
  45. "workbox",
  46. "workboxjs",
  47. "service worker",
  48. "sw",
  49. "background",
  50. "sync",
  51. "workbox-plugin"
  52. ],
  53. "license": "MIT",
  54. "main": "build/workbox-background-sync.prod.js",
  55. "module": "index.mjs",
  56. "name": "workbox-background-sync",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/googlechrome/workbox.git"
  60. },
  61. "scripts": {
  62. "build": "gulp build-packages --package workbox-background-sync",
  63. "prepare": "npm run build",
  64. "version": "npm run build"
  65. },
  66. "version": "4.3.1",
  67. "workbox": {
  68. "browserNamespace": "workbox.backgroundSync",
  69. "packageType": "browser"
  70. }
  71. }