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.

37 lines
978 B

  1. {
  2. "name": "workbox-range-requests",
  3. "version": "5.1.4",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "This library creates a new Response, given a source Response and a Range header value.",
  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. "caching",
  16. "cache",
  17. "range",
  18. "media",
  19. "workbox-plugin"
  20. ],
  21. "scripts": {
  22. "build": "gulp build-packages --package workbox-range-requests",
  23. "version": "npm run build",
  24. "prepare": "npm run build"
  25. },
  26. "workbox": {
  27. "browserNamespace": "workbox.rangeRequests",
  28. "packageType": "browser"
  29. },
  30. "main": "index.js",
  31. "module": "index.mjs",
  32. "types": "index.d.ts",
  33. "dependencies": {
  34. "workbox-core": "^5.1.4"
  35. },
  36. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3"
  37. }