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

33 lines
963 B
JSON
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
"name": "workbox-broadcast-update",
"version": "4.3.1",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"workbox-plugin"
],
"scripts": {
"build": "gulp build-packages --package workbox-broadcast-update",
"version": "npm run build",
"prepare": "npm run build"
},
"workbox": {
"browserNamespace": "workbox.broadcastUpdate",
"packageType": "browser"
},
"main": "build/workbox-broadcast-update.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.3.1"
},
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
}