katoikia-app/web-ui/web-react/node_modules/workbox-streams/package.json

34 lines
896 B
JSON

{
"name": "workbox-streams",
"version": "4.3.1",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A library that makes it easier to work with Streams in the browser.",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"streams",
"readablestream"
],
"scripts": {
"build": "gulp build-packages --package workbox-streams",
"version": "npm run build",
"prepare": "npm run build"
},
"workbox": {
"browserNamespace": "workbox.streams",
"packageType": "browser"
},
"main": "build/workbox-streams.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.3.1"
},
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
}