package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "workbox-range-requests@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-range-requests@4.3.1",
  10. "_id": "workbox-range-requests@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+KRwGIkiFFy/DAmpotXjVkUkTnQ=",
  13. "_location": "/workbox-range-requests",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-range-requests@4.3.1",
  19. "name": "workbox-range-requests",
  20. "escapedName": "workbox-range-requests",
  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-range-requests/download/workbox-range-requests-4.3.1.tgz?cache=0&sync_timestamp=1628707356044&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-range-requests%2Fdownload%2Fworkbox-range-requests-4.3.1.tgz",
  29. "_spec": "4.3.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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": "This library creates a new Response, given a source Response and a Range header value.",
  41. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  42. "homepage": "https://github.com/GoogleChrome/workbox",
  43. "keywords": [
  44. "workbox",
  45. "workboxjs",
  46. "service worker",
  47. "sw",
  48. "caching",
  49. "cache",
  50. "range",
  51. "media",
  52. "workbox-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "build/workbox-range-requests.prod.js",
  56. "module": "index.mjs",
  57. "name": "workbox-range-requests",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/googlechrome/workbox.git"
  61. },
  62. "scripts": {
  63. "build": "gulp build-packages --package workbox-range-requests",
  64. "prepare": "npm run build",
  65. "version": "npm run build"
  66. },
  67. "version": "4.3.1",
  68. "workbox": {
  69. "browserNamespace": "workbox.rangeRequests",
  70. "packageType": "browser"
  71. }
  72. }