Urara-Blog/node_modules/.pnpm-store/v3/files/c1/b6af6aba04f2c93f5a2887e68fce04917aa7b1377a7977fa3429f2d8f8020ab5bb4ca69564d84d5a4d885c4f809667f82b82a6a01c6ff93bbdcc8105636076
2022-08-14 01:14:53 +08:00

31 lines
833 B
Text

{
"name": "workbox-background-sync",
"version": "6.5.4",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"background",
"sync",
"workbox-plugin"
],
"workbox": {
"browserNamespace": "workbox.backgroundSync",
"packageType": "sw"
},
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"idb": "^7.0.1",
"workbox-core": "6.5.4"
},
"gitHead": "5e69c3f6a74ea0e6b1a0d3261a6cde11d8075859"
}