package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "workbox-streams@^5.1.4",
  3. "_id": "workbox-streams@5.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
  6. "_location": "/workbox-streams",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "workbox-streams@^5.1.4",
  12. "name": "workbox-streams",
  13. "escapedName": "workbox-streams",
  14. "rawSpec": "^5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.4"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
  22. "_shasum": "05754e5e3667bdc078df2c9315b3f41210d8cac0",
  23. "_spec": "workbox-streams@^5.1.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "Google's Web DevRel Team"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/googlechrome/workbox/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "workbox-core": "^5.1.4",
  34. "workbox-routing": "^5.1.4"
  35. },
  36. "deprecated": false,
  37. "description": "A library that makes it easier to work with Streams in the browser.",
  38. "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  39. "homepage": "https://github.com/GoogleChrome/workbox",
  40. "keywords": [
  41. "workbox",
  42. "workboxjs",
  43. "service worker",
  44. "sw",
  45. "streams",
  46. "readablestream"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "module": "index.mjs",
  51. "name": "workbox-streams",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/googlechrome/workbox.git"
  55. },
  56. "scripts": {
  57. "build": "gulp build-packages --package workbox-streams",
  58. "prepare": "npm run build",
  59. "version": "npm run build"
  60. },
  61. "types": "index.d.ts",
  62. "version": "5.1.4",
  63. "workbox": {
  64. "browserNamespace": "workbox.streams",
  65. "packageType": "browser"
  66. }
  67. }