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

31 lines
869 B
Text

{
"name": "workbox-window",
"version": "6.5.4",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Simplifies communications with Workbox packages running in the service worker",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"window",
"message",
"postMessage"
],
"workbox": {
"packageType": "window",
"primaryBuild": "build/workbox-window.prod.mjs"
},
"main": "build/workbox-window.prod.umd.js",
"module": "build/workbox-window.prod.es5.mjs",
"types": "index.d.ts",
"dependencies": {
"@types/trusted-types": "^2.0.2",
"workbox-core": "6.5.4"
},
"gitHead": "5e69c3f6a74ea0e6b1a0d3261a6cde11d8075859"
}