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

33 lines
930 B
JSON

{
"name": "workbox-expiration",
"version": "4.3.1",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
"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-expiration",
"version": "npm run build",
"prepare": "npm run build"
},
"workbox": {
"browserNamespace": "workbox.expiration",
"packageType": "browser"
},
"main": "build/workbox-expiration.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.3.1"
},
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
}