Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.0 KiB

vor 3 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "workbox-cacheable-response@3.6.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "workbox-cacheable-response@3.6.3",
  9. "_id": "workbox-cacheable-response@3.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QpmbGA9SLcA7fklBLm06C4zFg577Dt8u3QgLM0eMnnbaVv3rhm4vbmDpBkyTqvgK/Ly8MBDQzlXDtUCswQwqqg==",
  12. "_location": "/workbox-cacheable-response",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "workbox-cacheable-response@3.6.3",
  18. "name": "workbox-cacheable-response",
  19. "escapedName": "workbox-cacheable-response",
  20. "rawSpec": "3.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.3"
  23. },
  24. "_requiredBy": [
  25. "/workbox-build"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-3.6.3.tgz",
  28. "_spec": "3.6.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Google's Web DevRel Team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/googlechrome/workbox/issues"
  35. },
  36. "dependencies": {
  37. "workbox-core": "^3.6.3"
  38. },
  39. "description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
  40. "homepage": "https://github.com/GoogleChrome/workbox",
  41. "keywords": [
  42. "workbox",
  43. "workboxjs",
  44. "service worker",
  45. "sw"
  46. ],
  47. "license": "Apache-2.0",
  48. "main": "build/workbox-cacheable-response.prod.js",
  49. "module": "index.mjs",
  50. "name": "workbox-cacheable-response",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/googlechrome/workbox.git"
  54. },
  55. "scripts": {
  56. "build": "gulp build-packages --package workbox-cacheable-response",
  57. "prepare": "npm run build",
  58. "version": "npm run build"
  59. },
  60. "version": "3.6.3",
  61. "workbox": {
  62. "browserNamespace": "workbox.cacheableResponse",
  63. "packageType": "browser"
  64. }
  65. }