package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "workbox-streams@4.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "workbox-streams@4.3.1",
  10. "_id": "workbox-streams@4.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C1facOmCVy3gnIdC3Qy0Cmt8LMM=",
  13. "_location": "/workbox-streams",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "workbox-streams@4.3.1",
  19. "name": "workbox-streams",
  20. "escapedName": "workbox-streams",
  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-streams/download/workbox-streams-4.3.1.tgz?cache=0&sync_timestamp=1628707356642&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fworkbox-streams%2Fdownload%2Fworkbox-streams-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": "A library that makes it easier to work with Streams in the browser.",
  41. "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  42. "homepage": "https://github.com/GoogleChrome/workbox",
  43. "keywords": [
  44. "workbox",
  45. "workboxjs",
  46. "service worker",
  47. "sw",
  48. "streams",
  49. "readablestream"
  50. ],
  51. "license": "MIT",
  52. "main": "build/workbox-streams.prod.js",
  53. "module": "index.mjs",
  54. "name": "workbox-streams",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/googlechrome/workbox.git"
  58. },
  59. "scripts": {
  60. "build": "gulp build-packages --package workbox-streams",
  61. "prepare": "npm run build",
  62. "version": "npm run build"
  63. },
  64. "version": "4.3.1",
  65. "workbox": {
  66. "browserNamespace": "workbox.streams",
  67. "packageType": "browser"
  68. }
  69. }