Files
meeting-room/frontend/node_modules/workbox-window/package.json
flying-hero 96f6318101 📦 添加虚拟环境和启动脚本
新增:
- backend/venv/ - Python 虚拟环境
- backend/start.sh - 启动脚本(使用虚拟环境)
- backend/requirements.txt - 依赖列表
- .gitignore - 忽略虚拟环境和缓存文件

说明:
- 每个项目使用独立虚拟环境
- 避免依赖冲突
- 启动脚本自动创建和激活虚拟环境
2026-04-04 18:29:02 +08:00

32 lines
869 B
JSON

{
"name": "workbox-window",
"version": "6.6.0",
"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.6.0"
},
"gitHead": "252644491d9bb5a67518935ede6df530107c9475"
}