Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "workbox-background-sync@3.6.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "workbox-background-sync@3.6.3",
  9. "_id": "workbox-background-sync@3.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ypLo0B6dces4gSpaslmDg5wuoUWrHHVJfFWwl1udvSylLdXvnrfhFfriCS42SNEe5lsZtcNZF27W/SMzBlva7Q==",
  12. "_location": "/workbox-background-sync",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "workbox-background-sync@3.6.3",
  18. "name": "workbox-background-sync",
  19. "escapedName": "workbox-background-sync",
  20. "rawSpec": "3.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.3"
  23. },
  24. "_requiredBy": [
  25. "/workbox-build",
  26. "/workbox-google-analytics"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-3.6.3.tgz",
  29. "_spec": "3.6.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Google's Web DevRel Team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/googlechrome/workbox/issues"
  36. },
  37. "dependencies": {
  38. "workbox-core": "^3.6.3"
  39. },
  40. "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  41. "homepage": "https://github.com/GoogleChrome/workbox",
  42. "keywords": [
  43. "workbox",
  44. "workboxjs",
  45. "service worker",
  46. "sw",
  47. "background",
  48. "sync"
  49. ],
  50. "license": "Apache-2.0",
  51. "main": "build/workbox-background-sync.prod.js",
  52. "module": "index.mjs",
  53. "name": "workbox-background-sync",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/googlechrome/workbox.git"
  57. },
  58. "scripts": {
  59. "build": "gulp build-packages --package workbox-background-sync",
  60. "prepare": "npm run build",
  61. "version": "npm run build"
  62. },
  63. "version": "3.6.3",
  64. "workbox": {
  65. "browserNamespace": "workbox.backgroundSync",
  66. "packageType": "browser"
  67. }
  68. }