683 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			683 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "enterprise-office-app",
 | |
|   "version": "1.0.0",
 | |
|   "lockfileVersion": 3,
 | |
|   "requires": true,
 | |
|   "packages": {
 | |
|     "": {
 | |
|       "name": "enterprise-office-app",
 | |
|       "version": "1.0.0",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "autoprefixer": "^10.4.21",
 | |
|         "pinia": "^3.0.3",
 | |
|         "pinia-plugin-persistedstate": "^4.5.0",
 | |
|         "postcss": "^8.5.6",
 | |
|         "uview-ui": "^2.0.38"
 | |
|       },
 | |
|       "devDependencies": {
 | |
|         "tailwindcss": "^4.1.14"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@babel/helper-string-parser": {
 | |
|       "version": "7.27.1",
 | |
|       "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
 | |
|       "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "engines": {
 | |
|         "node": ">=6.9.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@babel/helper-validator-identifier": {
 | |
|       "version": "7.27.1",
 | |
|       "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
 | |
|       "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "engines": {
 | |
|         "node": ">=6.9.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@babel/parser": {
 | |
|       "version": "7.28.4",
 | |
|       "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.4.tgz",
 | |
|       "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@babel/types": "^7.28.4"
 | |
|       },
 | |
|       "bin": {
 | |
|         "parser": "bin/babel-parser.js"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": ">=6.0.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@babel/types": {
 | |
|       "version": "7.28.4",
 | |
|       "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.4.tgz",
 | |
|       "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@babel/helper-string-parser": "^7.27.1",
 | |
|         "@babel/helper-validator-identifier": "^7.27.1"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": ">=6.9.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@jridgewell/sourcemap-codec": {
 | |
|       "version": "1.5.5",
 | |
|       "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
 | |
|       "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
 | |
|       "license": "MIT",
 | |
|       "peer": true
 | |
|     },
 | |
|     "node_modules/@vue/compiler-core": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
 | |
|       "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@babel/parser": "^7.28.4",
 | |
|         "@vue/shared": "3.5.22",
 | |
|         "entities": "^4.5.0",
 | |
|         "estree-walker": "^2.0.2",
 | |
|         "source-map-js": "^1.2.1"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/compiler-dom": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
 | |
|       "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/compiler-core": "3.5.22",
 | |
|         "@vue/shared": "3.5.22"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/compiler-sfc": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
 | |
|       "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@babel/parser": "^7.28.4",
 | |
|         "@vue/compiler-core": "3.5.22",
 | |
|         "@vue/compiler-dom": "3.5.22",
 | |
|         "@vue/compiler-ssr": "3.5.22",
 | |
|         "@vue/shared": "3.5.22",
 | |
|         "estree-walker": "^2.0.2",
 | |
|         "magic-string": "^0.30.19",
 | |
|         "postcss": "^8.5.6",
 | |
|         "source-map-js": "^1.2.1"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/compiler-ssr": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
 | |
|       "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/compiler-dom": "3.5.22",
 | |
|         "@vue/shared": "3.5.22"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/devtools-api": {
 | |
|       "version": "7.7.7",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.7.tgz",
 | |
|       "integrity": "sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "@vue/devtools-kit": "^7.7.7"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/devtools-kit": {
 | |
|       "version": "7.7.7",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
 | |
|       "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "@vue/devtools-shared": "^7.7.7",
 | |
|         "birpc": "^2.3.0",
 | |
|         "hookable": "^5.5.3",
 | |
|         "mitt": "^3.0.1",
 | |
|         "perfect-debounce": "^1.0.0",
 | |
|         "speakingurl": "^14.0.1",
 | |
|         "superjson": "^2.2.2"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/devtools-shared": {
 | |
|       "version": "7.7.7",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
 | |
|       "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "rfdc": "^1.4.1"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/reactivity": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.22.tgz",
 | |
|       "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/shared": "3.5.22"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/runtime-core": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
 | |
|       "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/reactivity": "3.5.22",
 | |
|         "@vue/shared": "3.5.22"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/runtime-dom": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
 | |
|       "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/reactivity": "3.5.22",
 | |
|         "@vue/runtime-core": "3.5.22",
 | |
|         "@vue/shared": "3.5.22",
 | |
|         "csstype": "^3.1.3"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/server-renderer": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
 | |
|       "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/compiler-ssr": "3.5.22",
 | |
|         "@vue/shared": "3.5.22"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "vue": "3.5.22"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/@vue/shared": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.22.tgz",
 | |
|       "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
 | |
|       "license": "MIT",
 | |
|       "peer": true
 | |
|     },
 | |
|     "node_modules/autoprefixer": {
 | |
|       "version": "10.4.21",
 | |
|       "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.21.tgz",
 | |
|       "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "opencollective",
 | |
|           "url": "https://opencollective.com/postcss/"
 | |
|         },
 | |
|         {
 | |
|           "type": "tidelift",
 | |
|           "url": "https://tidelift.com/funding/github/npm/autoprefixer"
 | |
|         },
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "browserslist": "^4.24.4",
 | |
|         "caniuse-lite": "^1.0.30001702",
 | |
|         "fraction.js": "^4.3.7",
 | |
|         "normalize-range": "^0.1.2",
 | |
|         "picocolors": "^1.1.1",
 | |
|         "postcss-value-parser": "^4.2.0"
 | |
|       },
 | |
|       "bin": {
 | |
|         "autoprefixer": "bin/autoprefixer"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": "^10 || ^12 || >=14"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "postcss": "^8.1.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/baseline-browser-mapping": {
 | |
|       "version": "2.8.17",
 | |
|       "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.17.tgz",
 | |
|       "integrity": "sha512-j5zJcx6golJYTG6c05LUZ3Z8Gi+M62zRT/ycz4Xq4iCOdpcxwg7ngEYD4KA0eWZC7U17qh/Smq8bYbACJ0ipBA==",
 | |
|       "license": "Apache-2.0",
 | |
|       "bin": {
 | |
|         "baseline-browser-mapping": "dist/cli.js"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/birpc": {
 | |
|       "version": "2.6.1",
 | |
|       "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.6.1.tgz",
 | |
|       "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
 | |
|       "license": "MIT",
 | |
|       "funding": {
 | |
|         "url": "https://github.com/sponsors/antfu"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/browserslist": {
 | |
|       "version": "4.26.3",
 | |
|       "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.26.3.tgz",
 | |
|       "integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "opencollective",
 | |
|           "url": "https://opencollective.com/browserslist"
 | |
|         },
 | |
|         {
 | |
|           "type": "tidelift",
 | |
|           "url": "https://tidelift.com/funding/github/npm/browserslist"
 | |
|         },
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "baseline-browser-mapping": "^2.8.9",
 | |
|         "caniuse-lite": "^1.0.30001746",
 | |
|         "electron-to-chromium": "^1.5.227",
 | |
|         "node-releases": "^2.0.21",
 | |
|         "update-browserslist-db": "^1.1.3"
 | |
|       },
 | |
|       "bin": {
 | |
|         "browserslist": "cli.js"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/caniuse-lite": {
 | |
|       "version": "1.0.30001751",
 | |
|       "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
 | |
|       "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "opencollective",
 | |
|           "url": "https://opencollective.com/browserslist"
 | |
|         },
 | |
|         {
 | |
|           "type": "tidelift",
 | |
|           "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
 | |
|         },
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "CC-BY-4.0"
 | |
|     },
 | |
|     "node_modules/copy-anything": {
 | |
|       "version": "3.0.5",
 | |
|       "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
 | |
|       "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "is-what": "^4.1.8"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": ">=12.13"
 | |
|       },
 | |
|       "funding": {
 | |
|         "url": "https://github.com/sponsors/mesqueeb"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/csstype": {
 | |
|       "version": "3.1.3",
 | |
|       "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
 | |
|       "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
 | |
|       "license": "MIT",
 | |
|       "peer": true
 | |
|     },
 | |
|     "node_modules/deep-pick-omit": {
 | |
|       "version": "1.2.1",
 | |
|       "resolved": "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz",
 | |
|       "integrity": "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/defu": {
 | |
|       "version": "6.1.4",
 | |
|       "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
 | |
|       "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/destr": {
 | |
|       "version": "2.0.5",
 | |
|       "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
 | |
|       "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/electron-to-chromium": {
 | |
|       "version": "1.5.237",
 | |
|       "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz",
 | |
|       "integrity": "sha512-icUt1NvfhGLar5lSWH3tHNzablaA5js3HVHacQimfP8ViEBOQv+L7DKEuHdbTZ0SKCO1ogTJTIL1Gwk9S6Qvcg==",
 | |
|       "license": "ISC"
 | |
|     },
 | |
|     "node_modules/entities": {
 | |
|       "version": "4.5.0",
 | |
|       "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
 | |
|       "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
 | |
|       "license": "BSD-2-Clause",
 | |
|       "peer": true,
 | |
|       "engines": {
 | |
|         "node": ">=0.12"
 | |
|       },
 | |
|       "funding": {
 | |
|         "url": "https://github.com/fb55/entities?sponsor=1"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/escalade": {
 | |
|       "version": "3.2.0",
 | |
|       "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
 | |
|       "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
 | |
|       "license": "MIT",
 | |
|       "engines": {
 | |
|         "node": ">=6"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/estree-walker": {
 | |
|       "version": "2.0.2",
 | |
|       "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
 | |
|       "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
 | |
|       "license": "MIT",
 | |
|       "peer": true
 | |
|     },
 | |
|     "node_modules/fraction.js": {
 | |
|       "version": "4.3.7",
 | |
|       "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
 | |
|       "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
 | |
|       "license": "MIT",
 | |
|       "engines": {
 | |
|         "node": "*"
 | |
|       },
 | |
|       "funding": {
 | |
|         "type": "patreon",
 | |
|         "url": "https://github.com/sponsors/rawify"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/hookable": {
 | |
|       "version": "5.5.3",
 | |
|       "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
 | |
|       "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/is-what": {
 | |
|       "version": "4.1.16",
 | |
|       "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
 | |
|       "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
 | |
|       "license": "MIT",
 | |
|       "engines": {
 | |
|         "node": ">=12.13"
 | |
|       },
 | |
|       "funding": {
 | |
|         "url": "https://github.com/sponsors/mesqueeb"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/magic-string": {
 | |
|       "version": "0.30.19",
 | |
|       "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.19.tgz",
 | |
|       "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@jridgewell/sourcemap-codec": "^1.5.5"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/mitt": {
 | |
|       "version": "3.0.1",
 | |
|       "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
 | |
|       "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/nanoid": {
 | |
|       "version": "3.3.11",
 | |
|       "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
 | |
|       "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "MIT",
 | |
|       "bin": {
 | |
|         "nanoid": "bin/nanoid.cjs"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/node-releases": {
 | |
|       "version": "2.0.25",
 | |
|       "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.25.tgz",
 | |
|       "integrity": "sha512-4auku8B/vw5psvTiiN9j1dAOsXvMoGqJuKJcR+dTdqiXEK20mMTk1UEo3HS16LeGQsVG6+qKTPM9u/qQ2LqATA==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/normalize-range": {
 | |
|       "version": "0.1.2",
 | |
|       "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
 | |
|       "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
 | |
|       "license": "MIT",
 | |
|       "engines": {
 | |
|         "node": ">=0.10.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/perfect-debounce": {
 | |
|       "version": "1.0.0",
 | |
|       "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
 | |
|       "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/picocolors": {
 | |
|       "version": "1.1.1",
 | |
|       "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
 | |
|       "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
 | |
|       "license": "ISC"
 | |
|     },
 | |
|     "node_modules/pinia": {
 | |
|       "version": "3.0.3",
 | |
|       "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
 | |
|       "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "@vue/devtools-api": "^7.7.2"
 | |
|       },
 | |
|       "funding": {
 | |
|         "url": "https://github.com/sponsors/posva"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "typescript": ">=4.4.4",
 | |
|         "vue": "^2.7.0 || ^3.5.11"
 | |
|       },
 | |
|       "peerDependenciesMeta": {
 | |
|         "typescript": {
 | |
|           "optional": true
 | |
|         }
 | |
|       }
 | |
|     },
 | |
|     "node_modules/pinia-plugin-persistedstate": {
 | |
|       "version": "4.5.0",
 | |
|       "resolved": "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.5.0.tgz",
 | |
|       "integrity": "sha512-QTkP1xJVyCdr2I2p3AKUZM84/e+IS+HktRxKGAIuDzkyaKKV48mQcYkJFVVDuvTxlI5j6X3oZObpqoVB8JnWpw==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "deep-pick-omit": "^1.2.1",
 | |
|         "defu": "^6.1.4",
 | |
|         "destr": "^2.0.5"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "@nuxt/kit": ">=3.0.0",
 | |
|         "@pinia/nuxt": ">=0.10.0",
 | |
|         "pinia": ">=3.0.0"
 | |
|       },
 | |
|       "peerDependenciesMeta": {
 | |
|         "@nuxt/kit": {
 | |
|           "optional": true
 | |
|         },
 | |
|         "@pinia/nuxt": {
 | |
|           "optional": true
 | |
|         },
 | |
|         "pinia": {
 | |
|           "optional": true
 | |
|         }
 | |
|       }
 | |
|     },
 | |
|     "node_modules/postcss": {
 | |
|       "version": "8.5.6",
 | |
|       "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
 | |
|       "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "opencollective",
 | |
|           "url": "https://opencollective.com/postcss/"
 | |
|         },
 | |
|         {
 | |
|           "type": "tidelift",
 | |
|           "url": "https://tidelift.com/funding/github/npm/postcss"
 | |
|         },
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "nanoid": "^3.3.11",
 | |
|         "picocolors": "^1.1.1",
 | |
|         "source-map-js": "^1.2.1"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": "^10 || ^12 || >=14"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/postcss-value-parser": {
 | |
|       "version": "4.2.0",
 | |
|       "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
 | |
|       "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/rfdc": {
 | |
|       "version": "1.4.1",
 | |
|       "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
 | |
|       "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/source-map-js": {
 | |
|       "version": "1.2.1",
 | |
|       "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
 | |
|       "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
 | |
|       "license": "BSD-3-Clause",
 | |
|       "engines": {
 | |
|         "node": ">=0.10.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/speakingurl": {
 | |
|       "version": "14.0.1",
 | |
|       "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
 | |
|       "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
 | |
|       "license": "BSD-3-Clause",
 | |
|       "engines": {
 | |
|         "node": ">=0.10.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/superjson": {
 | |
|       "version": "2.2.2",
 | |
|       "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
 | |
|       "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "copy-anything": "^3.0.2"
 | |
|       },
 | |
|       "engines": {
 | |
|         "node": ">=16"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/tailwindcss": {
 | |
|       "version": "4.1.14",
 | |
|       "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.14.tgz",
 | |
|       "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==",
 | |
|       "dev": true,
 | |
|       "license": "MIT"
 | |
|     },
 | |
|     "node_modules/update-browserslist-db": {
 | |
|       "version": "1.1.3",
 | |
|       "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
 | |
|       "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
 | |
|       "funding": [
 | |
|         {
 | |
|           "type": "opencollective",
 | |
|           "url": "https://opencollective.com/browserslist"
 | |
|         },
 | |
|         {
 | |
|           "type": "tidelift",
 | |
|           "url": "https://tidelift.com/funding/github/npm/browserslist"
 | |
|         },
 | |
|         {
 | |
|           "type": "github",
 | |
|           "url": "https://github.com/sponsors/ai"
 | |
|         }
 | |
|       ],
 | |
|       "license": "MIT",
 | |
|       "dependencies": {
 | |
|         "escalade": "^3.2.0",
 | |
|         "picocolors": "^1.1.1"
 | |
|       },
 | |
|       "bin": {
 | |
|         "update-browserslist-db": "cli.js"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "browserslist": ">= 4.21.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/uview-ui": {
 | |
|       "version": "2.0.38",
 | |
|       "resolved": "https://registry.npmmirror.com/uview-ui/-/uview-ui-2.0.38.tgz",
 | |
|       "integrity": "sha512-6egHDf9lXHKpG3hEjRE0vMx4+VWwKk/ReTf5x18KrIKqdvdPRqO3+B8Unh7vYYwrIxzAWIlmhZ9RJpKI/4UqPQ==",
 | |
|       "engines": {
 | |
|         "HBuilderX": "^3.1.0"
 | |
|       }
 | |
|     },
 | |
|     "node_modules/vue": {
 | |
|       "version": "3.5.22",
 | |
|       "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.22.tgz",
 | |
|       "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
 | |
|       "license": "MIT",
 | |
|       "peer": true,
 | |
|       "dependencies": {
 | |
|         "@vue/compiler-dom": "3.5.22",
 | |
|         "@vue/compiler-sfc": "3.5.22",
 | |
|         "@vue/runtime-dom": "3.5.22",
 | |
|         "@vue/server-renderer": "3.5.22",
 | |
|         "@vue/shared": "3.5.22"
 | |
|       },
 | |
|       "peerDependencies": {
 | |
|         "typescript": "*"
 | |
|       },
 | |
|       "peerDependenciesMeta": {
 | |
|         "typescript": {
 | |
|           "optional": true
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 |