package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "workbox-expiration@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-expiration@4.3.1",
  10. "_id": "workbox-expiration@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-15BDNWICnlaDfzQdf1U8Snjr6SE=",
  13. "_location": "/workbox-expiration",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-expiration@4.3.1",
  19. "name": "workbox-expiration",
  20. "escapedName": "workbox-expiration",
  21. "rawSpec": "4.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.1"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build"
  27. ],
  28. "_resolved": "https://registry.nlark.com/workbox-expiration/download/workbox-expiration-4.3.1.tgz?cache=0&sync_timestamp=1628707355783&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-expiration%2Fdownload%2Fworkbox-expiration-4.3.1.tgz",
  29. "_spec": "4.3.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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": "^4.3.1"
  39. },
  40. "description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
  41. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  42. "homepage": "https://github.com/GoogleChrome/workbox",
  43. "keywords": [
  44. "workbox",
  45. "workboxjs",
  46. "service worker",
  47. "sw",
  48. "workbox-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "build/workbox-expiration.prod.js",
  52. "module": "index.mjs",
  53. "name": "workbox-expiration",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/googlechrome/workbox.git"
  57. },
  58. "scripts": {
  59. "build": "gulp build-packages --package workbox-expiration",
  60. "prepare": "npm run build",
  61. "version": "npm run build"
  62. },
  63. "version": "4.3.1",
  64. "workbox": {
  65. "browserNamespace": "workbox.expiration",
  66. "packageType": "browser"
  67. }
  68. }