web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
933 B

  1. {
  2. "name": "workbox-streams",
  3. "version": "5.1.4",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "A library that makes it easier to work with Streams in the browser.",
  7. "repository": "googlechrome/workbox",
  8. "bugs": "https://github.com/googlechrome/workbox/issues",
  9. "homepage": "https://github.com/GoogleChrome/workbox",
  10. "keywords": [
  11. "workbox",
  12. "workboxjs",
  13. "service worker",
  14. "sw",
  15. "streams",
  16. "readablestream"
  17. ],
  18. "scripts": {
  19. "build": "gulp build-packages --package workbox-streams",
  20. "version": "npm run build",
  21. "prepare": "npm run build"
  22. },
  23. "workbox": {
  24. "browserNamespace": "workbox.streams",
  25. "packageType": "browser"
  26. },
  27. "main": "index.js",
  28. "module": "index.mjs",
  29. "types": "index.d.ts",
  30. "dependencies": {
  31. "workbox-core": "^5.1.4",
  32. "workbox-routing": "^5.1.4"
  33. },
  34. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
  35. }